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

update readme to include note about Hugo dependency #4

Merged
merged 1 commit into from
Sep 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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