RSS Amplifier

(untitled) · Feb 2, 2021

Hugo + Cloudfront

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

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…

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:

Read on raze.mx

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.