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

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2017-04-14 01:17:00 +0300
committerMichael Grosser <development@stp-ip.net>2017-05-08 20:25:05 +0300
commitdeb2e49114230f0d4ffdac0ea9522e5794699f79 (patch)
tree7ba42985079f441385e887aaba66afbfbb31adaa
parent9071e0a91ced7e8d2c7f00f1ffcc62ee3bad88e8 (diff)
Only render needed kinds
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5a858e4..89ca2c0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,6 +5,9 @@ title = "Hugo Identity Theme"
theme = "hugo-identity-theme"
themesDir = "../.."
+# Disable unnecessary kinds
+disableKinds = ["page", "section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404"]
+
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-XXXXX-Y"