mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 03:04:37 -04:00
Remove destination from config file docs
This commit is contained in:
parent
b97e8e6f82
commit
9fb034df24
@ -90,8 +90,6 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
|||||||
dataDir: "data"
|
dataDir: "data"
|
||||||
defaultExtension: "html"
|
defaultExtension: "html"
|
||||||
defaultLayout: "post"
|
defaultLayout: "post"
|
||||||
# filesystem path to write files to
|
|
||||||
destination: ""
|
|
||||||
disableLiveReload: false
|
disableLiveReload: false
|
||||||
# Do not build RSS files
|
# Do not build RSS files
|
||||||
disableRSS: false
|
disableRSS: false
|
||||||
@ -121,6 +119,7 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
|||||||
pluralizeListTitles: true
|
pluralizeListTitles: true
|
||||||
# Preserve special characters in taxonomy names ("Gérard Depardieu" vs "Gerard Depardieu")
|
# Preserve special characters in taxonomy names ("Gérard Depardieu" vs "Gerard Depardieu")
|
||||||
preserveTaxonomyNames: false
|
preserveTaxonomyNames: false
|
||||||
|
# filesystem path to write files to
|
||||||
publishdir: "public"
|
publishdir: "public"
|
||||||
# color-codes for highlighting derived from this style
|
# color-codes for highlighting derived from this style
|
||||||
pygmentsStyle: "monokai"
|
pygmentsStyle: "monokai"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user