From b290ffe5b430e3ccb665726fb78fde1e84b0602a Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Thu, 29 Dec 2022 20:29:24 +0000
Subject: [PATCH] enable taxonomies

---
 exampleSite/config.toml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4e94415..4b0b893 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,11 +3,11 @@
 enableRobotsTXT = true
 # this example loads the theme as hugo module
 # comment out line below, and uncomment the line after it if you prefer to load the theme normally
-theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo
-# theme = "compose"
+# theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo
+theme = "compose"
 enableGitInfo = true
 
-disableKinds = ["taxonomy", "taxonomyTerm"]
+# disableKinds = ["taxonomy", "taxonomyTerm"]
 
 [outputs]
   home = ["HTML", "RSS","JSON"]
\ No newline at end of file

--
Gitblit v1.10.0