Blog automation

I’ve been running my website since 2012. Originally I was running Wordpress software for the backend. I found it was slow and cumbersome and to be honest I felt it was a bit risky from hackers (too many moving parts, requires php, with a mysql backend database, and with so many security exploits with vulnerable plugins). It wasn’t until last year that I came across static site generation and I promptly switched to using Hugo instead....

October 18, 2021 · 2 min · Phil Howlett

Migrating Whizz80 to Hugo

I’ve spent this weekend migrating the old whizz80.com website from using GRAV to Hugo. To speed up the process I’m using the same workflow that I use for my blog site for the new whizz80.com site. While I did enjoy using GRAV, I did find it a little bit clumsy with updating the website in comparison to Hugo. I was probably over complicating the process because I was using a GRAV plugin that would pull down changes from a github repository....

November 10, 2019 · 1 min · Phil Howlett

Switching to Hugo. A new blog layout

Welcome to the new blog layout. After so many years of using a wordpress website, I have decided to switch to a static generated website using Hugo as the rendering engine. This should make the site a lot more faster and responsive as I don’t have to deal with the slowness and dependency of a database. By using Hugo, I can simply create new pages/posts as markdown text files (and using my favorite editor - vim)....

November 7, 2019 · 1 min · Phil Howlett