mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +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/"
|
||||
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/"
|
||||
|
Reference in New Issue
Block a user