Skip to content

Commit

Permalink
Change build to use hugo 0.19 (devopsdays#2088)
Browse files Browse the repository at this point in the history
* Change build to use hugo 0.19

* Update netlify-production.sh

* Update CONTRIBUTING.md
  • Loading branch information
mattstratton authored Mar 21, 2017
1 parent 69acd92 commit 359531b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you'd like to edit a specific devopsdays event site (and/or contribute code),

### Quick Overview

1. Install [Hugo v0.18+](http://gohugo.io).
1. Install [Hugo v0.19+](http://gohugo.io).
1. Fork this repo.

### View site locally
Expand Down
2 changes: 1 addition & 1 deletion bin/netlify-production.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
hugo_0.18 --theme=devopsdays-theme --buildDrafts=false --baseURL="/"
hugo_0.19 --theme=devopsdays-theme --buildDrafts=false --baseURL="/"
gulp
2 changes: 1 addition & 1 deletion bin/netlify.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hugo_0.18 --theme=devopsdays-theme --buildDrafts=false --baseURL="/"
hugo_0.19 --theme=devopsdays-theme --buildDrafts=false --baseURL="/"

0 comments on commit 359531b

Please sign in to comment.