# AWSWorkshop.io Workshop - CoreStack

This is the repository to generate the AWS/Puppet Workshop from and execute with Hugo.

## To Execute.
Hugo is leveraged as the site generator. https://gohugo.io/about/what-is-hugo/

```
#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