1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Document PreserveTaxonomyNames

Fixes #1648
This commit is contained in:
Cameron Moore
2015-12-09 10:25:50 -06:00
committed by Anthony Fok
parent 4a2623c899
commit 280b2f294e
2 changed files with 16 additions and 2 deletions

View File

@@ -115,7 +115,9 @@ Following is a list of Hugo-defined variables that you can configure and their c
paginatePath: "page"
permalinks:
# Pluralize titles in lists using inflect
pluralizeListTitles: true
pluralizeListTitles: true
# Preserve special characters in taxonomy names ("Gérard Depardieu" vs "Gerard Depardieu")
preserveTaxonomyNames: false
publishdir: "public"
# color-codes for highlighting derived from this style
pygmentsStyle: "monokai"