Blog
read more
This Site Runs on Hugo Now
For a few years this site was one file. A resume.json, resume-cli, the elegant
theme, and out came a single index.html that GitHub Pages served. It worked fine.
The problem was that it could only ever be a resume.
So I moved it to Hugo. The resume still comes from the same resume.json, it just
lives in data/ now and a Hugo template renders it instead of a Node theme. I edit
one JSON file and the resume page updates. The schema didn’t change, so
it stays portable if I ever want to take it somewhere else.