diff options
| author | Christian Cleberg <[email protected]> | 2026-03-11 01:13:42 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-11 01:13:42 -0500 |
| commit | a3370fbc75b5aaa1aeb483eac6cf3b4899c26e03 (patch) | |
| tree | 05aca734e2e7cad800bd3a38e45d0837c6ee9eef /theme/templates/garden.html | |
| parent | 99c4cc097b132f4106a01d1f679e1b6c132f45d0 (diff) | |
| download | cleberg.net-a3370fbc75b5aaa1aeb483eac6cf3b4899c26e03.tar.gz cleberg.net-a3370fbc75b5aaa1aeb483eac6cf3b4899c26e03.tar.bz2 cleberg.net-a3370fbc75b5aaa1aeb483eac6cf3b4899c26e03.zip | |
add levels to the digital garden section
Diffstat (limited to 'theme/templates/garden.html')
| -rw-r--r-- | theme/templates/garden.html | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/theme/templates/garden.html b/theme/templates/garden.html index 2c51706..79238f5 100644 --- a/theme/templates/garden.html +++ b/theme/templates/garden.html @@ -1,9 +1,19 @@ {% extends "base.html" %} {% block subtitle %}garden - {% endblock %} {% block main %} <h1>Garden</h1> -<p> - Notes in various states of growth. Some are stubs, some are developed. - Browse around. -</p> +<p>Notes in various states of growth. Some are stubs, some are developed. Browse +around.</p> +<section> + <h2>🪴 The Growth Stages</h2> + <p>Instead of dates, these metadata labels show how mature a page is:</p> + <span<strong>🌱 Seedlings:</strong> Rough notes, raw ideas, or "half-baked" + thoughts.</span><br> + <span><strong>🌿 Budding:</strong> Notes that have some structure and a few + internal links.</span><br> + <span><strong>🌳 Evergreen:</strong> High-conviction ideas that are + well-researched and stable.</span><br> + <span><strong>🍂 Compost:</strong> Ideas you no longer agree with but want to + keep for historical context.</span><br><br> +</section> <ul class="garden-index"> {% for post in posts %} <li> |
