tools
How to use GitHub Actions to deploy Hugo sites
software toolsI have created a new GitHub Action that deploys to S3 using a configured deployment target in Hugo. Additional information about Hugo deployments is available in the official documentation.
The COVID-19 Retrospective
tools techniques retrospectivesIn an attempt to lighten the mood a bit during this difficult time, I put together a new retrospective technique inspired by the latest developments on COVID-19 and what we know about how to fight it. Keep reading if you want to know more.
A Saint Patrick's Day Inspired Retrospective
tools techniques retrospectivesSaint Patrick’s Day is around the corner. The 17th of March is celebrated in green and gold all around the world. I thought it might be fun to design a retrospective based on this festivity.
Deploying a Static Website with S3, Route 53 and CloudFront
software toolsToday I’ll show you how to deploy your static website to S3, and how you can configure a custom domain with Route 53 and enable HTTPS (why wouldn’t you) with CloudFront. Keep reading to find out more!
Creating a Hugo Theme From Scratch
software toolsIn this post I will show you how to build a minimalist theme for Hugo.