Fixing Hugo Gallery and updating a Git Submodule

# fixing a submodule $ git submodule update --remote --merge I use the Hugo gallery theme It broke on my britishbogroll gallery which I think is due to an update to sasl which resizes/processes images and an obsolete reference. After a certain amount of faffing I re-pulled my repo and updated the git submodule - the theme which fixed it. As there are quite lot of pictures you sometimes have to be patient to alow Hugo to rebuild it which is probably how I broke it before. [Read More]
hugo  git 

Github pages, custom domains and Cloudflare

The steps to getting this on https://linux.plumocelot.uk as oppposed to the github page url badgergeddon.github.io: Set things up on Cloudflare with a CNAME reference linux.plumocelot.uk and point it to badgergeddon.github.io Select “DNS only” and not proxied for setting up otherwise ssl (https) will not work on github pages setup later. Go to your github pages repository and select settings>pages Enter your custom domain, e.g. mine was “linux.plumocelot.uk” Save and hopefully your domain will resolve. [Read More]