Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-03-24 01:33:59 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-03-24 01:33:59 +0300
commit197d854f6156e18af753ef4daa7f535a0fa1eae3 (patch)
tree3f2aa78dffb073dce9b7d2cda46ddf83930685b2
parent5996ea71477e6b361cfea07005bd4a10031fd67a (diff)
Disabled taxonomy and taxonomyTerm
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a51dfa9..e8792a5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,6 +2,8 @@ baseURL = "http://www.example.com/"
languageCode = "en"
theme = "ghazal"
+disableKinds = ["taxonomy", "taxonomyTerm"]
+
[outputs]
home = ["HTML"]
page = ["HTML"]