summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2025-02-04 22:10:55 +0100
committerdelta <darkussdelta@gmail.com>2025-02-04 22:10:55 +0100
commit0a5d93ff5518de7f27822a697ac6758cf95a1b68 (patch)
tree14b55e2e39aff96323c8e087c0d3d38a008df593
parent2811ed640687000948c98c5a2b5fa79f5ce080e7 (diff)
add a credits page
-rw-r--r--.zs/layout.html2
-rw-r--r--credits.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/.zs/layout.html b/.zs/layout.html
index c1047d7..62a89e6 100644
--- a/.zs/layout.html
+++ b/.zs/layout.html
@@ -35,7 +35,7 @@
<main><div>{{ content }}</div></main>
<footer class="subtle">
<span>made with <span style="color: var(--red)">&lt;3</span> by darkuss</span
- ><span>built with <a href="https://git.mills.io/prologic/zs">zs</a></span
+ ><span><a href="/credits.html">credits</a></span
><span>last modified: <time datetime="{{ current_date }}">{{ current_date }}</time></span>
</footer>
</div>
diff --git a/credits.md b/credits.md
new file mode 100644
index 0000000..11248b8
--- /dev/null
+++ b/credits.md
@@ -0,0 +1,3 @@
+- [twoexem](https://twoexem.com) - for hosting my website and being a good friend
+- [aporetic](https://github.com/protesilaos/aporetic) - the font used on this website
+- [zs](https://git.mills.io/prologic/zs) - the tool used to build this website