this is the first post on the new site. it's built with a simple python script that uses jinja2 for templates and markdown for content.
no javascript frameworks were harmed in the making of this website.
how it works
the entire build process is a single python script:
- load markdown files with yaml frontmatter
- render them through jinja2 templates
- copy static assets to the output directory
that's it. push to master and woodpecker ci deploys to cloudflare pages.