Fancy term for “a lot of notes publicly shared online.” Digital gardens tend to be something between personal wikis and longform weblogs.

This specific garden is edited using Obsidian and generated as a static site using Quartz. All hosted courtesy of Github Pages.

There’s a lot of posts out there about the ideal way to implement one’s “Personal Information Management” and “Second Brain.”
Unlike a physical garden in meatspace, the beauty of a digital garden is how easy it is to move things around, so the topology of this garden will shift around every so often as it develops.

Of course there’s also the flip side, see the post I Deleted My Second Brain

See also

TODO list

Things that would improve the garden

build notes

See Quartz documentation for details.
The following command will take care of all the git commit, pull/push, etc for you:

npx quartz sync

maintenance notes

Use the AliasRedirects to avoid sending people to NotFoundPage (404)

  • page metadata > Aliases
  • enter the old slug
  • sync repo Avoid aliasing anything to the main index as it may cause infinite redirects.