Hello, world
First post on the new setup. I moved off WordPress — this blog is now just Markdown files in a GitHub repo, built with Jekyll.
To add a post:
- Create a file
_posts/YYYY-MM-DD-title.md - Add the front matter (the block at the top of this file)
- Write Markdown
git push
GitHub builds and deploys it automatically. That’s the whole workflow.