2026-04-05
First post. Testing the blog.
This site is plain HTML and CSS. No build step, no JavaScript, no dependencies. Each post is a static .html file.
To add a new post:
1. Create a new .html file in blog/
2. Add an entry to blog/index.html
3. Done.