This markdown has been downloaded from https://github.com/aws-samples
These instructions are for adding a local copy of the Hugo Learn theme to your downloaded AWS Workshop markdown.
- To automate local setup for rendering this markdown in a Hugo theme we've included
theme.shin this repository. Note: this script assumes you are running it from within a repository. If you have moved files outside of the originalgit clonedirectory you may need to rungit initfrom the /workshop directory so the Hugo theme can be cloned locally. - In a terminal window run
bash theme.shto clone the Hugo Learn theme to the correct location. This script will also update theconfig.tomlfile to point to the new theme. - From the workshop directory run
hugo serveto build the local environment using Hugo.
Note: The Hugo Learn theme is an open source project and not maintained by AWS. Every attempt was made to standardize this workshop content to run with the Hugo Learn theme at the time of publication.