commit 82c846c96b27e94ac6198d1d66ceec0eb5d10a63
parent 995810f0e5994fcac2ec7448dc132158e59c0a35
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Sat, 8 Mar 2025 19:51:59 +0100
feat: rename notes/ to blog/
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/blog/index.md b/blog/index.md
@@ -0,0 +1,4 @@
+Blog
+=====
+
+The blog is empty, for now.
diff --git a/header.gmi b/header.gmi
@@ -1,5 +1,5 @@
=> / About
-=> /notes Notes
+=> /blog Blog
---
diff --git a/header.html b/header.html
@@ -10,7 +10,7 @@
<header>
<nav>
<a href="/">About</a>
- <a href="/notes">Notes</a>
+ <a href="/blog">Blog</a>
</nav>
</header>
<main>
diff --git a/notes/index.md b/notes/index.md
@@ -1,4 +0,0 @@
-Notes
-=====
-
-There are no notes as for now! I'm probably working to write them.