rewording of installation

This commit is contained in:
Heydon Pickering 2017-07-03 12:23:53 +01:00
parent 61a5b18fa3
commit c7e17d4b68
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Installing on Windows is a bit more involved than on OSX. The authors of Hugo pr
## 2. Install Node & NPM ## 2. Install Node & NPM
It is entirely likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, [refer to NPM's own guide](https://docs.npmjs.com/getting-started/installing-node), which includes a video tutorial. It is likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, [refer to NPM's own guide](https://docs.npmjs.com/getting-started/installing-node), which includes a video tutorial.
## 3. Getting the files ## 3. Getting the files

View File

@ -10,7 +10,7 @@
"clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md", "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md",
"build": "rm -rfv public/* && hugo", "build": "rm -rfv public/* && hugo",
"setup": "hugo && git add public", "setup": "hugo && git add public",
"host": "rm -rfv public/* && hugo && git add public && git push -f origin `git subtree split --prefix public master`:gh-pages" "host": "rm -rfv public/* && hugo && git add public/* && git push -f origin `git subtree split --prefix public master`:gh-pages"
}, },
"repository": { "repository": {
"type": "git", "type": "git",