Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from joe6pack/hugo-dependency
Browse files Browse the repository at this point in the history
update readme to include note about Hugo dependency
  • Loading branch information
calavera committed Sep 16, 2016
2 parents d750ef3 + cc2ac48 commit 7535087
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 7535087

Please sign in to comment.