diff --git a/site-src/about.wtn b/site-src/about.wtn index 05ef607..b0a66c3 100644 --- a/site-src/about.wtn +++ b/site-src/about.wtn @@ -4,6 +4,8 @@ I'm opfez. I like exploring {computation} and learning about new concepts and ways of thought. I'm particularly interested in functional programming, and by extension the {lambda-calculus}. Other interests of mine include music and {language}. +{media Here} is some of my favourite media of all time. + I started working on {codex this wiki} during the summer of 2021. You can reach me by e-mail over at ``opfez at disroot dot org``, on Mastodon diff --git a/upload.sh b/upload.sh index a36118e..f3786a3 100755 --- a/upload.sh +++ b/upload.sh @@ -1,6 +1,7 @@ #!/bin/sh -git push +git push origin master +git push tildegit master ssh opfez@tilde.town "cd public_html/codex && git pull && make" ssh skoskapet "cd codex && git pull && make"