A growing collection of ideas in various stages of development. Unlike polished blog posts,
garden notes are living documents — planted, cultivated, and sometimes transplanted as my
thinking evolves.
{# Stage legend #}
{% set _allStages = ["plant", "cultivate", "evergreen", "question", "repot", "revitalize", "revisit"] %}
{% for _s in _allStages %}
{% set _info = _s | gardenStageInfo %}
{% if _info %}
{{ _info.emoji }}{{ _info.label }}
{% endif %}
{% endfor %}
{# ── Recently Evergreened ─────────────────────────────────────────────── #}
{% if collections.recentEvergreens and collections.recentEvergreens.length > 0 %}
🌳Recently Evergreened
reached maturity in the last 90 days
These notes have grown into stable, reference-worthy pieces.
{% for post in collections.recentEvergreens | head(5) %}