diff options
-rw-r--r-- | alabaster-lite/main.html | 2 | ||||
-rwxr-xr-x | deploy.sh | 3 | ||||
-rw-r--r-- | mkdocs.yml | 21 |
3 files changed, 10 insertions, 16 deletions
diff --git a/alabaster-lite/main.html b/alabaster-lite/main.html index 6ea11d7..e5605c9 100644 --- a/alabaster-lite/main.html +++ b/alabaster-lite/main.html @@ -51,7 +51,7 @@ {% block footer %} <div class="footer"> - <a rel="license" href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 (public domain)</a> | feedback >> fkfd@macaw.me + <a rel="license" href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 (public domain)</a> | feedback >> fkfd@fkfd.me </div> {% endblock %} @@ -1,3 +1,2 @@ -# source ./venv/bin/activate mkdocs build -rsync -r site/* root@fkfd.me:/var/www/blog.fkfd.me +rsync -r site/* root@fkfd.me:/var/www/blog @@ -1,15 +1,10 @@ site_name: fkfd blog -nav: - - Rickstodon: rickstodon.md - - The Real Git: realgit.md - - Gemini TL;DR: gemini_tldr.md - - Haiku: haiku.md - - How an FKFD comic is made: how_fkfd_is_made.md - - Meta: meta.md - - Index: index.md +site_url: https://fkfd.me/ theme: - name: null - custom_dir: alabaster-lite/ -markdown_extensions: - - toc: - permalink: "ΒΆ" + name: null + custom_dir: alabaster-lite/ +nav: + - Projects: 'projects' + - Random stuff: 'random' + - Shitpost: 'shitpost' + - Meta: 'meta.md' |