Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 502 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 502 Bytes

AWS Workshop Website skeleton

This project contains a skeleton project template for a Hugo based AWS Workshop website.

Prerequisites

  1. Install Hugo
  2. (Optional) Clone the template into your repository by running make init
  3. Start the local dev server by running make run
  4. Customise content and build the static website with make build
  5. Copy the contents of the public folder into your S3 bucket, and set up static website hosting.