Fix the example site, disable taxonomies.

Thanks to @apreshill for bringing this up. More info will be posted on

Closes #114
This commit is contained in:
Michael Noronha
2019-04-06 13:11:02 -05:00
parent fa031e93c1
commit bf38d4ef79

View File

@@ -1,5 +1,5 @@
baseurl = "https://example.com/"
theme = "cocoa-eh"
theme = "../.."
builddrafts = true
canonifyurls = true
contentdir = "content"
@@ -10,6 +10,7 @@ author = "Alexis Tacnet"
title = "Cocoa Enhanced"
disqusshortname = ""
pluralizelisttitles = false
disableKinds = ["taxonomy", "taxonomyTerm"]
[permalinks]
blog = "blog/:slug/"