Removed deprecated config setting, updated other to reflect change
This commit is contained in:
parent
fff52e5f4e
commit
f262979f06
|
@ -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"]
|
||||
|
|
Reference in New Issue