Merge pull request #4 from joe6pack/hugo-dependency
update readme to include note about Hugo dependency
This commit is contained in:
commit
7535087996
10
README.md
10
README.md
|
@ -1,6 +1,6 @@
|
||||||
# Victor Hugo
|
# Victor Hugo
|
||||||
|
|
||||||
**A [Hugo](http://gohugo.io/) boilerplate for creating truly epic websites**
|
**A [Hugo](https://gohugo.io/) boilerplate for creating truly epic websites**
|
||||||
|
|
||||||
This is a boilerplate for using Hugo as a static site generator and Gulp + Weback as your
|
This is a boilerplate for using Hugo as a static site generator and Gulp + Weback as your
|
||||||
asset pipeline.
|
asset pipeline.
|
||||||
|
@ -9,7 +9,13 @@ It's setup to use post-css and babel for CSS and JavaScript.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Clone this repository and run:
|
Be sure that you have the latest node, npm and [Hugo](https://gohugo.io/) installed. If you need to install hugo, run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install hugo
|
||||||
|
```
|
||||||
|
|
||||||
|
Next, clone this repository and run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
|
|
Reference in New Issue