As I said in a previous post, I routinely create blog posts ahead of when I want to publish them. My site is built & managed with Hugo, Forestry.
My blog is statically generated by Hugo and I use GitHub Actions to automate publishing the updates. In this short article, I will walk you through how I’ve setup GitHub Actions to build and deploy this site to an S3 bucket.
I’m a big fan of Ghost but I’m quickly becoming a fan of a static site generator called Hugo. For me, static site generators remove the overhead of maintaining the application powering the blog and allows me to focus on content.