Skip to content

Commit

Permalink
Support latest Hugo version
Browse files Browse the repository at this point in the history
Sometime between 0.15 (the version running in production) and 0.31
(the current version), Hugo requires you to specify which theme you
are using, which in our case is "gaweb".

Not sure how best to test this, but without this patch hugo renders an
empty page, and with it, hugo renders the blog server.

Fixes #236.
Fixes #238.
  • Loading branch information
kevinburke committed Nov 27, 2017
1 parent 1a1c01e commit 44e4bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ that it looks correct before submitting a pull request.
To view the site on your local machine, you need to do the following:

1. Clone the repo
2. Install [Hugo](http://hugo.spf13.com)
2. Install [Hugo](https://gohugo.io/)

Once Hugo is installed, run it from the cloned repo using:

Expand Down
1 change: 1 addition & 0 deletions config.toml
Expand Up @@ -2,6 +2,7 @@ baseurl = "https://blog.gopheracademy.com"
languageCode = "en-us"
title = "Gopher Academy Blog"
disqusShortname = "gopheracademy"
theme = "gaweb"
[taxonomies]
author = "authors"
series = "series"
Expand Down

0 comments on commit 44e4bcc

Please sign in to comment.