Fix default theme in exampleSite and update min version of hugo

This commit is contained in:
Alexis Tacnet
2017-01-18 09:28:11 +01:00
parent 89a1c16c47
commit 0ef3a39f2f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
baseurl = "https://example.com/"
theme = "cocoa-eh-hugo-theme"
theme = "cocoa-eh"
builddrafts = true
canonifyurls = true
contentdir = "content"

View File

@@ -5,7 +5,7 @@ description = "A enhanced version of Cocoa. Consistent, responsive theme with cl
homepage = "https://github.com/fuegowolf/cocoa-eh-hugo-theme"
tags = ["open-sans", "minimal", "clean", "ionicons", "comments"]
features = ["blog", "responsive", "404", "icons", "disqus", "metadata"]
min_version = 0.15
min_version = 0.18
[author]
name = "Alexis Tacnet"