Welcome to my notes
This is a placeholder note that ships with the scaffold. It contains nothing private, so it is safe to have in the repo even before Cloudflare Access is set up. Replace or delete it once the private setup is live.
How this works
- Every markdown file in
_notes/becomes a page under/notes/. - The
/notesindex lists them, newest first. - Once the repo is private and Cloudflare Access gates
/notes/*, only my allow-listed email can open any of these — seePRIVATE_NOTES_PLAN.md.
Adding a note later
Create _notes/my-note.md with front matter like this one, write markdown, and
git push. Cloudflare rebuilds automatically.
Gotcha: the
date:must not be in the future, or Jekyll silently skips the note (the same rule it uses for future-dated blog posts). Use today’s date or a plaindate: 2026-09-09with no time to be safe.
Reminder: do not push a real private note until the repo is private (Plan, Phase 0). Until then, treat anything committed here as public.