Creating a Blog with Hugo and AWS Amplify
This post is a Walkthrough Guide of how I’ve created this Blog using Hugo and AWS Amplify.
I’m not a Developer by trade and therefore when determining on what to use for the Blog Software I had the following high-level requirements:
- Simple to Setup & Configure
- Easy to Use & Maintain on an ongoing Basis
- Cost Effective
After reviewing a number of different options following a few hours of reading on Google, I settled on Hugo. What is Hugo, you may ask? Well in short, it’s a static site generator. It allows you to create files in markdown format and using some magic it converts it into HTML.
Continue reading