mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
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:
@@ -1,5 +1,5 @@
|
|||||||
baseurl = "https://example.com/"
|
baseurl = "https://example.com/"
|
||||||
theme = "cocoa-eh"
|
theme = "../.."
|
||||||
builddrafts = true
|
builddrafts = true
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
contentdir = "content"
|
contentdir = "content"
|
||||||
@@ -10,6 +10,7 @@ author = "Alexis Tacnet"
|
|||||||
title = "Cocoa Enhanced"
|
title = "Cocoa Enhanced"
|
||||||
disqusshortname = ""
|
disqusshortname = ""
|
||||||
pluralizelisttitles = false
|
pluralizelisttitles = false
|
||||||
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
blog = "blog/:slug/"
|
blog = "blog/:slug/"
|
||||||
|
Reference in New Issue
Block a user