This is a tool that generates a static website out of my notes. The idea originates from the concept of digital gardens. To summarize: A digital garden is a personal space online where you can share and develop your ideas, it tends to be way less structured as a traditional blog.
It's called a garden because it is a lot more iterative then a traditional blog. Like a real garden you need to maintain regularly, a digital garden also encourages you to revisit and refine ideas over a prolonged period of time.
If you want to look around: Preview Website
The most important detail for now is the front matter. This is being used to determine which files to parse/build the website.
Example:
---
title: Homepage
description: Description
image:
tags:
- area/hobby
- project/post-notes
public: true
modified: 2025-06-25T23:23
created: 2025-05-23T13:35
---This project is licensed under the GNU General Public License v3.0.