Hugo

Enabling blog comments
Graffiti, Amsterdam, Netherlands by Max van den Oetelaar, Unsplash licence, cropped

Enabling blog comments

There is considerable debate about the relative worth of enabling blog comments versus relying on social media channels, such as LinkedIn.

Continue reading
Adding a caption to blog images
Tags, Kyoto, Japan by D J, Unsplash licence, cropped

Adding a caption to blog images

The Airspace blog template includes an image at the top of the blog. I like to make use of Creative Commons images but these usually require an attribution.

Continue reading
Update and deployment workflow
Float by conner bowe, Unsplash licence, cropped

Update and deployment workflow

Initially Netlify was configured to build off the main branch, and I also made edits directly to the main branch on my local Git.

Continue reading
Deploying the website
Ships mast, sail and rigging by Annie Spratt, Unsplash licence, cropped

Deploying the website

Once I had some sample content in place, the next step was to deploy the site to Netlify. It is possible to set up continuous deployment, which means that Netlify monitors a designated Git repository for changes to a specified build (typically main) and automatically runs a build whenever changes are detected.

Continue reading
Customizing a Hugo theme
Palette by Zhang Xinxin, Unsplash licence, cropped

Customizing a Hugo theme

Although I liked the appearance of the Airspace theme, it was clear that I would need to make some changes to, minimally, specify the text and background colours, and to provide styling for AsciiDoc-related markup.

Continue reading
Creating a Hugo website
Seedlings by Julian Paolo Dayag, Unsplash licence, cropped

Creating a Hugo website

The basic setup of Hugo on your local computer is easy, and well documented: Go to the folder in which you want to create the Hugo site structure.

Continue reading