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"]