File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Getting Started
4
4
5
- To contribute to the website, you'll first need to install Hugo.
5
+ To contribute to the website, you'll first need to install the * extended
6
+ version* of Hugo.
6
7
7
- https://gohugo.io/getting-started/quick-start/
8
+ The Hugo [ install page] ( https://gohugo.io/getting-started/installing/ ) has
9
+ instructions for different platforms and installers; make sure you end up with
10
+ the extended version.
8
11
9
- Hint: If you're on a Mac, you can run ` brew install hugo ` .
12
+ On Linux it may be easiest to pick up a tarball of the latest extended version
13
+ from the [ release page] ( https://github.com/gohugoio/hugo/releases/ ) and
14
+ install it per https://gohugo.io/getting-started/installing/#install-hugo-from-tarball .
10
15
11
16
Next, clone this repository, and install the theme:
12
17
@@ -30,6 +35,13 @@ to run the hugo server with draft enabled.
30
35
31
36
after which the site should be served at http://localhost:1313 .
32
37
38
+ You'll see
39
+ ```
40
+ error: failed to transform resource: TOCSS: failed to transform "style.sass"
41
+ ```
42
+ if you don't have the Hugo extended version.
43
+
44
+
33
45
## Using docker:
34
46
35
47
* Build the docker image:
You can’t perform that action at this time.
0 commit comments