Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "site/themes/hugo-theme-learn"]
path = site/themes/hugo-theme-learn
url = https://github.com/matcornic/hugo-theme-learn.git
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ This workshop teaches you best practices for using ECS Fargate. It has three in
* Operations
* Data engineering

The full documentation is available in the `site` folder, and is best viewed with [Hugo](https://learn.netlify.app/en/basics/). You can run Hugo locally by downloading Hugo for your platform, going to the `site` folder, and running `hugo serve`.
The full documentation is available in the `site` folder, and is best viewed with [Hugo](https://learn.netlify.app/en/basics/). You can run Hugo locally by following these steps:

1. Download all dependencies by running `git submodule init` and `git submodule update`. If you run this a second time, you only have to do the latter.
2. Downloading Hugo for your platform.
3. Go to the `site` folder, and run `hugo serve`.

## License Summary

Expand Down
1 change: 1 addition & 0 deletions site/themes/hugo-theme-learn
Submodule hugo-theme-learn added at d4abb3