This is the repository to generate the AWS/Armory Workshop from and execute with Hugo.
Hugo is leveraged as the site generator. https://gohugo.io/about/what-is-hugo/
#Clone Repo
gh repo clone ravilach/aws-modernization-harness
#Install Hugo
brew install hugo
#Execute Hugo on Root of Local Clone Repo
hugo server
With the local Hugo server running, head to http://localhost:1313
Cheers!
- AWS Modernization Team