diff options
| -rw-r--r-- | content/projects/_index.md | 6 | ||||
| -rw-r--r-- | templates_gmi/base.html | 4 | ||||
| -rw-r--r-- | templates_html/base.html | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md index 17fed82..d6eec70 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -7,11 +7,15 @@ insert_anchor_links: none # My projects +### [My personal Git Forge](https://forge.jan.systems) + +I host all my version controlled projects in the "forge". + ### [ATK16](/projects/atk16) A 16-bit computer and ecosystem project with a custom ISA and toolchain. -### [đ BLEK](https://blekmusik.bandcamp.com/album/m-rkret-efter-soluppg-ngen) +### [BLEK (Bandcamp)](https://blekmusik.bandcamp.com/album/m-rkret-efter-soluppg-ngen) A dungeon synth / dark ambient duo project with Juuso. diff --git a/templates_gmi/base.html b/templates_gmi/base.html index 28c751a..bd59a82 100644 --- a/templates_gmi/base.html +++ b/templates_gmi/base.html @@ -1,11 +1,9 @@ # Jan SydĂ€nviita (nĂ© Tuomi) => /posts posts -=> /linklog linklog => /now now => /projects projects +=> /linklog linklog {% block content %}{% endblock %} Jan SydĂ€nviita (nĂ© Tuomi). Minimalist, digital gardener, senior software engineer. Finland. - -=> https://github.com/jantuomi GitHub diff --git a/templates_html/base.html b/templates_html/base.html index dd893f5..26e5895 100644 --- a/templates_html/base.html +++ b/templates_html/base.html @@ -92,11 +92,11 @@ <nav> <a href="/posts">posts</a> <span aria-hidden="true"> • </span> - <a href="/linklog">linklog</a> - <span aria-hidden="true"> • </span> <a href="/now">now</a> <span aria-hidden="true"> • </span> <a href="/projects">projects</a> + <span aria-hidden="true"> • </span> + <a href="/linklog">linklog</a> </nav> <main>{% block content %}{% endblock %}</main> |
