This is the AWS Workshops template that has been used for APAC based workshops across the Security, ML/AI and Public Sector events. Instructions below on how to use this to quickly deploy your content.
The template has categories for:
- On Demand Videos
- Labs
- FAQ
- Fork/Duplicate the repo
- Log in to the AWS Amplify Console and choose Get Started under Deploy.
- Connect a branch from your GitHub, Bitbucket, GitLab, or AWS CodeCommit repository. Connecting your repository allows Amplify to deploy updates on every code commit to a branch.
- Accept the default build settings. The Amplify Console automatically detects your Hugo build settings and output directory.
Note:
If Amplify does not automatically detect Hugo or you do not see hugo
under commands
, then add hugo
in and also set the baseDirectory:
to public
- Review your changes and then choose Save and deploy. The Amplify Console will pull code from your repository, build changes to the backend and frontend, and deploy your build artifacts at https://master.unique-id.amplifyapp.com.
- brew install hugo
- in the repo's main directory, run:
hugo serve -D
- You should get a localhost:port to connect and see changes live.