Static blog with:
- Single-file UI (
index.html) - Markdown posts in
/posts - Auto-built
posts.json+rss.xmlvia GitHub Actions - SVG logo + favicon set in
/assets
- Add a new post: create
posts/<your-slug>.mdwith frontmatter:
---
title: My Post
date: 2025-08-15
excerpt: one-liner summary
tags: web, notes
---
# My Post
Content...
- Commit & push. The GitHub Action will regenerate
posts.jsonandrss.xml.