The build pipeline for this site recently failed so I had to work out why and learn about updating Hugo sites. I recently wrote my yearly Advent of Code post, committed it to git and pushed to GitHub only to have the build pipeline that triggers, fail: The errors are around the use of deprecated functionality in the …
Read MoreI decided to add Google Analytics to this site, luckily the Clarity theme makes this quite easy. This post details the update required to make Google Analytics work. One of the features I quite liked about Blogger was the ability to see site traffic for my blog posts. I never did this for vanity reasons, I always knew …
Read MoreMy previous (old) blog was hosted on Blogger and was called About 80 minutes. There is a reasonable amount of content on that blog that I wanted to host on this hugo site. This post covers my journey from taking posts from Blogger and hosting them on GitHub. So, why do I want to host blogger posts on GitHub pages?? I …
Read MoreIn a recent post, I discussed moving my content into page bundles. In this post I take it a step further by introducing a shortcode to process images into a clickable thumbnail that links to the image. When I started using Hugo, I lumped all the media files into the /static directory. This was the way one of the …
Read MoreIn this post, the 6th for my github pages site, I’ll be exploring changing the structure of my Hugo site so that I have a content management strategy in place for future. I’ve always been someone that likes my file systems to be organised by folders in the style of a taxonomy. When I started using the internet, that …
Read MoreNow that I’m more familiar with Hugo and how to create Hugo sites, it’s time to fundamentally change the way this site references themes from git modules to Hugo modules. I’ve used Ananke and Terminal themes, both being included as git modules, this seems to be the way that most sites detail including Hugo themes. I …
Read MoreThere are tons of themes available for Hugo, take a look at jamstack and the Hugo’s own page and there are plenty to play with. The different themes are sutilable for different sites, for instance geekblog is a good blog site theme, Resume A4 could be a good personal portfolio site and showcase could be good for …
Read MoreOnce Hugo and the build pipeline are set up, next steps will be customising Hugo. If you followed my Hugo Setup post you’ll now have a site that you can commit to for automatic build and deployment. So what’s the next step after this… well customisation of course. I’ll start with the customisation options covered in …
Read MoreWelcome to andrewfitzy.github.io, this first post will give a step by step guide of how I got this site up and running. Many of the steps have been copied from other sites, however I didn’t find an easy to follow guide to getting my setup in place, shout out to the following places though for inspiration: …
Read More