Hugo Custom Info Boxes
The other day I got my regular summary from GoHugo a discourse site where I am a member. This lead me to an interesting blog, which then lead me to an article on how to add custom info boxes to your site if it is not provided by your theme.
[Read More]Publish your next Hugo blog post automatically using Github Actions
The Challenge
I wanted to be able to publish a new post that has already been written at a future date, without needing to manually publish the article.
[Read More]Private Hugo Repo to Public on Github
I was researching ways of moving to Hugo for my site generator. I looked at a few options and as part of this I came a cross a workflow in github that allows me to store my site in a private repo and then publish the site to a public repo without too much fuss.
[Read More]Add a cookie warning notice to a Hugo powered site
The Challenge
How to add a cookie warning notice to a Hugo powered website. But also avoid using a third party service.
The Solution
Build your own. Well, find someone who built one and shared it on youtube and github.
[Read More]