Posts from 2025
Moved Site to Hugo
After a long time of using Python & Flask as the base for my site, I’ve switched over to Hugo. My site doesn’t change very often, so this move makes a lot of sense. It’s easier to host and no more Python updates to keep up with.
The move was pretty easy. I created a new Hugo project and copied all my static resources from the old site to the /static
directory of my Hugo project. Then I took my Python Jinja2 templates layout and used it for the base of my default layout in Hugo (i.e. baseof.html
). I was then able to add content for the pages of my site, and lastly copy over the posts that I wanted to keep.