Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.95 KB

File metadata and controls

55 lines (40 loc) · 1.95 KB

Post Notes 🦕

GitHub License GitHub Issues GitHub Commit Activity GitHub Actions Workflow Status

Building a cute digital garden.

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.

Preview

Website

Post Notes Website

If you want to look around: Preview Website

Misc

View Image: Build Process Build Process

Technical detail

Note Structure

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
---

License

This project is licensed under the GNU General Public License v3.0.