πŸ“ Berry House

Exploring Digital Gardens

A digital garden is a public knowledge baseβ€”notes that evolve over time. It’s less like a linear blog and more like a curated wiki of your ongoing learning.

Principles

  • Evergreen: Notes are living documents updated over time.
  • Interlinked: Backlinks and related content foster discovery.
  • Low friction: Publish small, frequent updates.
  • Trust drafts: Share in-progress thinking; label note maturity.

Note types

  • Seeds: brief ideas, quotes, highlights.
  • Saplings: a few paragraphs connecting sources and ideas.
  • Evergreens: refined, well-linked summaries or guides.

Workflow

  1. Capture in a notes app (Obsidian, Bear).
  2. Refactor and link related notes; add tags and titles.
  3. Publish to your site as Markdown; keep permalinks stable.
  4. Revisit and upgrade note maturity over time.

Tooling

  • Static site: Eleventy or Hugo.
  • Styling: Tailwind CSS.
  • Graph/backlinks (optional): Obsidian’s graph view; or generate related posts via tags/links.

Publishing

  1. Create a /garden/ or /notes/ section in your site.
  2. Use front matter for title, tags, and updated date.
  3. Host on Netlify or Vercel for easy CI/CD.

Resources