From fe012f52f68ec57c8bd51b513f07926b86a288cc Mon Sep 17 00:00:00 2001 From: atomtigerzoo Date: Fri, 11 Aug 2017 17:05:00 +0200 Subject: [PATCH] Disabled taxonomies, added comments for understanding --- site/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/config.toml b/site/config.toml index 66123fd..004d9c0 100644 --- a/site/config.toml +++ b/site/config.toml @@ -2,4 +2,10 @@ baseurl = "/" 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"]