As you can read on my previous blog post, I’ve choosen a set of AWS technologies to back this blog, however here’s the full post on how to set up your own Hugo blog on AWS using CloudFront.
Create an example Hugo website
You can use this Quickstart to set up your example Hugo website. However, here’s the TL;RD:
hugo new site quickstart
cd quickstart
git init
git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
echo 'theme = "ananke"' >> config.toml
hugo new posts/my-first-post.md
Now you can see locally the result by running:

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.