Tue, 02 Jun 2026, 16:17

Hello world!

This is the first post on my site. I originally tried to build a small Python project that generates pages from Markdown and YAML frontmatter.

It ended up being a bit more than just a simple SSG.

It uses GitHub as the hosting layer, Docker to keep builds consistent, and a GitHub Actions workflow to run the Python build script and deploy everything automatically.

The project is open-source, so you can view the code and the entire setup on GitHub here:
lordhck.com source code

Markdown in, static site out.

Simple idea. Slightly more complex pipeline.