Fix explaination for uglyURLs config option

This commit is contained in:
ManoHaran 2017-08-07 17:34:06 +05:30 committed by digitalcraftsman
parent 378aded702
commit 8c2b8fb548

View File

@ -155,11 +155,11 @@ stepAnalysis: false
themesDir: "themes"
theme: ""
title: ""
# if true, use /filename.html instead of /filename/
# Title Case style guide for the title func and other automatic title casing in Hugo.
// Valid values are "AP" (default), "Chicago" and "Go" (which was what you had in Hugo <= 0.25.1).
// See https://www.apstylebook.com/ and http://www.chicagomanualofstyle.org/home.html
titleCaseStyle: "AP"
# if true, use /filename.html instead of /filename/
uglyURLs: false
# verbose output
verbose: false
@ -392,4 +392,4 @@ Hugo v0.20 introduced the ability to render your content to multiple output form
[Output Formats]: /templates/output-formats/
[templates]: /templates/
[toml]: https://github.com/toml-lang/toml
[yaml]: http://yaml.org/spec/
[yaml]: http://yaml.org/spec/