
Hugo Blog Pipeline: From Markdown to Live Site in One Push
I open-sourced the tooling I use to run this blog. It is a set of scripts that sit on top of Hugo and GitHub Pages, handling the things Hugo does not: scaffolding posts correctly, validating front matter before deploy, fitting banner images for social cards, and keeping two devices in sync through git alone. The repo is here: github.com/robertluwang/hugo-blog-pipeline This post explains why it exists and how to set up a new blog from scratch using it. ...

