Welcome
This is your own gist — a quiet place for the things you keep, mangle, and remember. Every note lives in notes/, and every revision lives in git.
How it works
- Drop a
.mdfile intonotes/. No folders, no config. - Each note’s frontmatter decides its fate:
---title: "My note"date: 2026-08-26tags: [ideas, code]published: true # false = secret notes stay off the index & search---
- Run
make syncto build the site and ship it to Cloudflare Pages.
Everyday commands
make create NOTE="half-baked idea" # publish a fresh notemake create NOTE="diary 2026" SECRET=1 # keep it unlistedmake sync # build + deploymake serve # preview locally at :5173
Good writing is rewriting. Good notes are version-controlled — git is the undo button.
Get started: edit this note, or make create NOTE=your-first-note.
Tip: commit often.
git commitis the real “save” —make syncjust publishes what git remembers.