From 30af0d27b6d248655d6034a90b86702f46581047 Mon Sep 17 00:00:00 2001 From: Jonathan Rutheiser Date: Sun, 25 Aug 2019 12:43:57 -0700 Subject: Add disabledKinds to example config --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7f3651d..8fa0c38 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,6 +4,7 @@ title = "Lithium Theme" theme = "hugo-lithium-theme" googleAnalytics = "" disqusShortname = "" +disableKinds = ["taxonomy", "taxonomyTerm", "section", "404"] [permalinks] post = "/:year/:month/:day/:title/" -- cgit v1.2.3