Skip to content

Commit 14e409b

Browse files
authored
Merge pull request numpy#241 from bjnath/hugo_install_readme
DOC: Fix Hugo install instructions in README (issue numpy#231)
2 parents 3d472c7 + 3dc709a commit 14e409b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
## Getting Started
44

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.
67

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.
811

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.
1015

1116
Next, clone this repository, and install the theme:
1217

@@ -30,6 +35,13 @@ to run the hugo server with draft enabled.
3035

3136
after which the site should be served at http://localhost:1313.
3237

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+
3345
## Using docker:
3446

3547
* Build the docker image:

0 commit comments

Comments
 (0)