Inspiration for this site

I've long been fascinated with zettelkasten, personal wikis, gtd and similar but never committed. I initially experimented with Foam to try it out and collected some simple notes, though I've since moved to a custom approach. Reading more blogposts this one really resonated with me: Building a digital Garden - give it a read and see if you agree.

A digital garden

Quoting Maggie Appleton:

A garden is something in between a personal blog and a wiki. It's a collection of evolving notes, essays, and ideas that aren't strictly organised by their publication date. They're inherently exploratory – posts are linked through contextual associations. They aren't refined or complete - posts can be published as half-finished thoughts that will grow and evolve over time. They're less rigid, less performative, and less perfect than the personal "blogs" we're used to encountering on the web.

The technical stuff

As many others in the note-taking/static-site/mind-garden space I didn't want to lock myself into some proprietary software. I've built a custom static site generator in C#, but all my notes and website content exists only as markdown files. This means I can take my content elsewhere without much ado if I want to change tools again.

Longer term

So far I still need to figure out some stuff. Building a note-graph visualization would be interesting to add to the site. Also I'd love to setup commenting for some parts of this site, but haven't yet settled on a great way to do just that. For now my github is the best interaction point. As is apparent, my design sense is also certainly unrefined (well just crap).