From 74f84c16fac98095ed2b85d6494aa20ab3be49c5 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 11 Mar 2017 14:02:55 +0100 Subject: [PATCH] Disable section and taxonomy pages --- blog/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/config.toml b/blog/config.toml index 6a2ac0ea..5c88a84b 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -9,6 +9,8 @@ pygmentsuseclasses = true uglyurls = true +disableKinds = ["section", "taxonomy", "taxonomyTerm"] + [author] name = "Philipp Oppermann" email = "dev@phil-opp.com"