Switching from Jekyll to Hugo
pjg1.site·9h
Flag this post

I switched from Jekyll to Hugo as my static site generator of choice recently. The only reason I have a Ruby environment is for this site, so moving from that to a single binary looked appealing.

I use a specific version of Hugo by downloading the binary directly instead of via a package manager. This was a tip I got from a similar post from Julia Evans. I liked the idea to be able to choose when to upgrade instead of my site breaking each time something changes with a new release.

Julia’s post also mentioned a way to import most of my Jekyll site with one command: hugo import jekyll. It moved the posts static assets (CSS, images) almost seamlessly, except for a few changes in the configuration and specific posts to render c…

Similar Posts

Loading similar posts...