From bf38d4ef7995944540ff2438fda56a9d82490365 Mon Sep 17 00:00:00 2001 From: Michael Noronha Date: Sat, 6 Apr 2019 13:11:02 -0500 Subject: [PATCH] Fix the example site, disable taxonomies. Thanks to @apreshill for bringing this up. More info will be posted on Closes #114 --- exampleSite/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 718b231..8b77b2e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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/"