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"
|
languageLang = "en"
|
||||||
title = "My new Victor-Hugo site"
|
title = "My new Victor-Hugo site"
|
||||||
|
|
||||||
# Remove the following line if you want to generate a RSS feed
|
# RSS, categories and tags disabled for an easy start
|
||||||
disableRSS = true
|
# See configuration options for more details:
|
||||||
|
# https://gohugo.io/getting-started/configuration/#toml-configuration
|
||||||
# Categories and tags disabled for an easy start
|
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
|
||||||
# Learn about taxonomies: https://gohugo.io/content-management/taxonomies/
|
|
||||||
disableKinds = ["taxonomy","taxonomyTerm"]
|
|
||||||
|
|
Reference in New Issue