Skip to content

Commit 863c77a

Browse files
committed
Add theme as git submodule
1 parent e1e90a6 commit 863c77a

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "site/themes/hugo-theme-learn"]
2+
path = site/themes/hugo-theme-learn
3+
url = https://github.com/matcornic/hugo-theme-learn.git

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ This workshop teaches you best practices for using ECS Fargate. It has three in
66
* Operations
77
* Data engineering
88

9-
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`.
9+
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:
10+
11+
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.
12+
2. Downloading Hugo for your platform.
13+
3. Go to the `site` folder, and run `hugo serve`.
1014

1115
## License Summary
1216

site/themes/hugo-theme-learn

Submodule hugo-theme-learn added at d4abb3c

0 commit comments

Comments
 (0)