DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

34d70dc50b778e2dc4c54eeee72978e2f966dcde — Jonni Liljamo 16 days ago 89f592f
feat: update link usernames
M content/felu/_index.md => content/felu/_index.md +2 -2
@@ 9,6 9,6 @@ template = "project.html"
[extra]
status = "active"

git = "https://git.src.quest/~skye/felu"
docs = "https://man.src.quest/~skye/felu/"
git = "https://git.src.quest/~liljamo/felu"
docs = "https://man.src.quest/~liljamo/felu/"
+++

M content/laurelin/_index.md => content/laurelin/_index.md +1 -1
@@ 9,7 9,7 @@ template = "project.html"
[extra]
status = "unknown"

git = "https://git.src.quest/~skye/deck-builder"
git = "https://git.src.quest/~liljamo/deck-builder"
+++

TODO: Demo video, more info.

M content/liljamo.dev/_index.md => content/liljamo.dev/_index.md +1 -1
@@ 9,7 9,7 @@ template = "project.html"
[extra]
status = "active"

git = "https://git.src.quest/~skye/liljamo-dev-zola"
git = "https://git.src.quest/~liljamo/liljamo-dev-zola"

external_link = "https://liljamo.dev"
external_link_visual = "liljamo.dev"

M content/tixe/_index.md => content/tixe/_index.md +1 -1
@@ 9,5 9,5 @@ template = "project.html"
[extra]
status = "active"

git = "https://git.src.quest/~skye/tixe"
git = "https://git.src.quest/~liljamo/tixe"
+++

M templates/index.html => templates/index.html +1 -1
@@ 19,7 19,7 @@
    <div class="flex flex-col max-w-2xl gap-2">
        <p class="text-sm">
            This is not everything I've made, more is available
            <a class="text-secondary-500 font-semibold hover:underline" rel="noopener" target="_blank" href="https://git.src.quest/~skye/">on Source Quest</a>!
            <a class="text-secondary-500 font-semibold hover:underline" rel="noopener" target="_blank" href="https://git.src.quest/~liljamo/">on Source Quest</a>!
            <br/>
            Though I cannot guarantee anything for projects not listed here. Be it quality, does it work, is it sane, does it serve any purpose, etc, etc.
        </p>