Removed deprecated config setting, updated other to reflect change

This commit is contained in:
atomtigerzoo 2017-08-14 19:52:21 +02:00
parent fff52e5f4e
commit f262979f06
1 changed files with 4 additions and 6 deletions

View File

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