Posts with the tag: hugo

Github Actions Hugo Deploy

Read in 2 minutes ·

GitHub Actions GitHub actions is a really simple way of executing code in the context of a GitHub repository. For example building images, testing or deployment in a very minimal way using docker images. It is currently in beta, so its very likely that things might have changed by the time you read this. Automatic Hugo deployment on GitHub pages There are a couple ways of automatically deploying hugo sites, but actions are a great way to automatically build/push websites.

Converting to Hugo

Read in 1 minute ·

For a while I have been using Pelican, which for most of my needs has worked extremely well. However, recently I came across a new static content generator called Hugo. One of the first things that I noticed with hugo was how many of the patterns that it uses just kind of “click” and I figured I should give it a run. There are quite a few advantages to using a static site generator vs a traditional CMS: