From f262979f0626d13e017d4df3e8a8eb979e2c3c26 Mon Sep 17 00:00:00 2001 From: atomtigerzoo Date: Mon, 14 Aug 2017 19:52:21 +0200 Subject: [PATCH] Removed deprecated config setting, updated other to reflect change --- site/config.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/site/config.toml b/site/config.toml index 004d9c0..c035fc5 100644 --- a/site/config.toml +++ b/site/config.toml @@ -3,9 +3,7 @@ languageCode = "en-us" languageLang = "en" title = "My new Victor-Hugo site" -# Remove the following line if you want to generate a RSS feed -disableRSS = true - -# Categories and tags disabled for an easy start -# Learn about taxonomies: https://gohugo.io/content-management/taxonomies/ -disableKinds = ["taxonomy","taxonomyTerm"] +# RSS, categories and tags disabled for an easy start +# See configuration options for more details: +# https://gohugo.io/getting-started/configuration/#toml-configuration +disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]