This project contains a skeleton project template for a Hugo based AWS Workshop website.
- Install Hugo
- (Optional) Clone the template into your repository by running
make init
- Start the local dev server by running
make run
- Customise content and build the static website with
make build
- Copy the contents of the
public
folder into your S3 bucket, and set up static website hosting.