diff options
| author | David Calavera <david.calavera@gmail.com> | 2016-09-16 09:47:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-16 09:47:38 -0700 |
| commit | 753508799614c734d3c6357c57d2c42617b75d93 (patch) | |
| tree | be9d3fb6e706f7e64d8ab82b843477b5fea71683 /README.md | |
| parent | d750ef3af85183b80731ecaa14d5a3e0bd31fdc7 (diff) | |
| parent | cc2ac481aa3cb0c96520f3ca8b62dcc52d708ae6 (diff) | |
Merge pull request #4 from joe6pack/hugo-dependency
update readme to include note about Hugo dependency
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,6 @@ # 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 asset pipeline. @@ -9,7 +9,13 @@ It's setup to use post-css and babel for CSS and JavaScript. ## 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 npm install |
