cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

72be6e9683985bca189a3d93751a6d21839c0570

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-07T19:08:26Z

enhance copy throughout the site
 content/garden/macos.org    | 2 +-
 content/garden/mkb.org      | 2 +-
 content/garden/org-mode.org | 2 +-
 content/garden/quotes.org   | 2 +-
 theme/templates/blog.html   | 1 +
 theme/templates/index.html  | 2 ++
 6 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/content/garden/macos.org b/content/garden/macos.org
index c2ce7be..223154b 100644
--- a/content/garden/macos.org
+++ b/content/garden/macos.org
@@ -1,4 +1,4 @@
-#+title: macos
+#+title: 🌱 macos
 #+slug: macos
 #+description: All about the macOS operating system.
 #+date: [2026-02-21 Sat 14:01:32]
diff --git a/content/garden/mkb.org b/content/garden/mkb.org
index 6bfc023..dc6053a 100644
--- a/content/garden/mkb.org
+++ b/content/garden/mkb.org
@@ -1,4 +1,4 @@
-#+title: mechanical keyboards
+#+title: 🌱 mechanical keyboards
 #+slug: mkb
 #+description: The easiest way to annoy your coworkers: clacking keyboards.
 #+date: [2026-03-11 Wed 01:04:38]
diff --git a/content/garden/org-mode.org b/content/garden/org-mode.org
index e7cbaca..c0ed2c1 100644
--- a/content/garden/org-mode.org
+++ b/content/garden/org-mode.org
@@ -1,4 +1,4 @@
-#+title: org mode
+#+title: 🌱 org-mode
 #+slug: org-mode
 #+description: Tidbits about the best plaintext language: org-mode.
 #+date: [2026-02-21 Sat 12:39:27]
diff --git a/content/garden/quotes.org b/content/garden/quotes.org
index fc63b66..490b21d 100644
--- a/content/garden/quotes.org
+++ b/content/garden/quotes.org
@@ -1,4 +1,4 @@
-#+title: quotes
+#+title: 🌱 quotes
 #+slug: quotes
 #+description: Things that made me think or feel.
 #+date: [2026-03-11 Wed 01:16:35]
diff --git a/theme/templates/blog.html b/theme/templates/blog.html
index ba7beb3..b9b6a3a 100644
--- a/theme/templates/blog.html
+++ b/theme/templates/blog.html
@@ -2,6 +2,7 @@
 <h1>Blog</h1>
 <p>Use <code>⌘ F</code> / <code>Ctrl F</code> to search &middot; <a href="/feed.xml">RSS Feed</a></p>
 <p>All Posts</p>
+<p>Want to browse by topic instead? Head over to the <a href="/tags/">tags</a> page.</p>
 <ul class="post-list">
     {% for post in posts %}
     <li class="post-list-item">
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 42d1625..27530fc 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -8,6 +8,7 @@
 
 <section>
     <h2>Recent Posts</h2>
+    <p>Things I've written recently.</p>
     <ul class="post-list">
     <!-- BEGIN_POSTS --><!-- END_POSTS -->
     </ul>
@@ -27,6 +28,7 @@
 
 <section>
     <h2>Elsewhere</h2>
+    <p>Places to find me online.</p>
     <ul>
         <li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li>
         <li>GitHub (mirror): <a href="https://github.com/ccleberg">@ccleberg</a></li>