You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ The static website is built using Hugo and to run it locally you need to install
27
27
28
28
1. Clone this repository.
29
29
2. Switch to the _dev_ branch. (`git checkout dev`).
30
-
3. Run `hugo serve` from within the _workshop_ folder.
30
+
3. Download the Learn theme by running `git clone https://github.com/matcornic/hugo-theme-learn.git workshop/themes/learn` from within the root of the project.
31
+
4. Run `hugo serve` from within the _workshop_ folder.
31
32
32
33
Please keep in mind the following before sending a pull request.
0 commit comments