summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-02-20 18:51:54 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2026-02-20 19:51:45 +0100
commitd8380fbb2720795eb31c2db2caac7429e1128f9a (patch)
tree747f18897b327874162bd511298e958a7a6925d9
parentb7377f5f6b650e0695dd52b2a1c053a150a1381a (diff)
re add stuff
-rw-r--r--content/stuff.md29
-rw-r--r--layouts/partials/nav.html1
2 files changed, 30 insertions, 0 deletions
diff --git a/content/stuff.md b/content/stuff.md
new file mode 100644
index 0000000..eeb7ad5
--- /dev/null
+++ b/content/stuff.md
@@ -0,0 +1,29 @@
+---
+title: Stuff
+date: 2026-02-20
+---
+
+## Internet
+
+Websites :
+
+- [zacoons](https://zacoons.com/)
+- [Denshi](https://denshi.org/)
+- [Jppaled](https://jppaled.xyz/)
+- [Comfy Guide](https://comfy.guide/)
+- [LandChad.net](https://landchad.net/)
+
+Blog :
+
+- [Queen of Beauty](https://denshi.org/blog/queen-of-beauty/)
+- [Planes Are Cool](https://zacoons.com/blog/2025-08-02-planes-are-cool/)
+- [Do We Still Have School Tomorrow?](https://denshi.org/blog/do-we-still-have-school-tomorrow/)
+
+Angry websites :
+
+- [mother f* website](https://motherfuckingwebsite.com/)
+- [better mother f* website](http://bettermotherfuckingwebsite.com/)
+- [best mother f* website](https://bestmotherfucking.website/)
+- [just f* use HTML](https://justfuckingusehtml.com/)
+
+
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index d8fa41c..3e13143 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,4 +1,5 @@
<nav style="display: flex;justify-content: space-around;">
<a href="/antiporn/">banporn</a>
<a href="https://codeberg.org/mielota/">git</a>
+ <a href="/stuff/">stuff</a>
</nav>