Skip to content

Commit

Permalink
chore: add ephermeral growth stage...
Browse files Browse the repository at this point in the history
... this is to be used for all pages that are point in time discussions such as week in review, diary, current affairs, etc as a way of saying "these will likely not be amended in the future."
  • Loading branch information
carbontwelve committed Apr 20, 2024
1 parent e0ba5b1 commit e5128bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/_includes/components/growth.njk
Expand Up @@ -2,6 +2,10 @@
{% set growthIcon = 'πŸ‘©β€πŸŒΎ' %}
{% set growthTitle = 'Stubs are placeholders for pages I will be publishing soon.' %}
{% set growthText = 'Stub' %}
{% elif growthStage === 'ephemeral' %}
{% set growthIcon = 'πŸ““' %}
{% set growthTitle = 'Ephemeral entires are fixed in time commentary that is unlikley to be updated.' %}
{% set growthText = 'Journal' %}
{% elif growthStage === 'seedling' %}
{% set growthIcon = '🌱' %}
{% set growthTitle = 'Seedlings are rough and early ideas, they need further work and are likely to change often' %}
Expand All @@ -15,4 +19,4 @@
{% set growthTitle = 'Evergreens are ideas that I have invested a lot of work in. They are in a finished state and unlikely to change over time.' %}
{% set growthText = 'Evergreen' %}
{% endif %}
{{ growthIcon }} <abbr title="{{ growthTitle }}">{{ growthText }}</abbr>
{{ growthIcon }} <abbr title="{{ growthTitle }}">{{ growthText }}</abbr>
7 changes: 5 additions & 2 deletions src/content/glossary/2022-03-16-growth.md
Expand Up @@ -2,6 +2,8 @@
title: "Growth"
tags: ["DigitalGarden"]
growthStage: budding
started: 2023-01-01
modified: 2024-04-15
---

<p>
Expand All @@ -10,14 +12,15 @@ growthStage: budding
</span>
</p>

After reading [[ A Brief History & Ethos of the Digital Garden ]] I was inspired by Maggies <em>Six Patterns of Gardening</em> especially number three: imperfection and learning in public.
After reading [[ A Brief History & Ethos of the Digital Garden ]] I was inspired by Maggie's _Six Patterns of Gardening_ especially number three: imperfection and learning in public.

I have always considered PhotoGabble to be a place where I publish my musings and various tinkering for the world to purview if it wants, that lends it to be more of a Digital Garden than blog.

A first step in migrating from a Blog structure to more of a cultivated garden is indicating how "done" content is.
I quite like Maggie's horticultural approach and so will be borrowing her three metaphors:

- πŸ‘©β€πŸŒΎ [_Stubs_](/stubs/) placeholders for content coming "soon"
- πŸ““ _Ephemeral_ for point in time updates that will likely not be updated such as Journal entries
- 🌱 _Seedlings_ for very rough and early ideas
- 🌿 _Budding_ for work I've cleaned up and clarified
- 🌳 _Evergreen_ for work that is reasonably complete
- 🌳 _Evergreen_ for work that is reasonably complete

0 comments on commit e5128bd

Please sign in to comment.