This is my new static blog that’s built with Hugo (using the
Ananke theme) and hosted in AWS, using Cloudfront
with a private S3 bucket as the origin.
Following the ideals of being Cloudnative, all the infrastructure is built using Terraform and deployed via GitHub
actions.
terraform {
required_version = "~> 0.13.0"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
So far I’m finding Hugo is really nice to use, huge plus being able to write blog posts in Markdown. For
various reasons: