projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9015aa5
)
Remove destination from config file docs
author
Cameron Moore
<moorereason@gmail.com>
Sat, 30 Jan 2016 03:05:25 +0000
(21:05 -0600)
committer
Cameron Moore
<moorereason@gmail.com>
Sat, 30 Jan 2016 13:47:41 +0000
(07:47 -0600)
docs/content/overview/configuration.md
patch
|
blob
|
history
diff --git
a/docs/content/overview/configuration.md
b/docs/content/overview/configuration.md
index 4fd515b5a59a0c94e0cc2c8540478cb002e52d89..db3e519b960cebd3885368608e49ffc771e0438d 100644
(file)
--- a/
docs/content/overview/configuration.md
+++ b/
docs/content/overview/configuration.md
@@
-90,8
+90,6
@@
Following is a list of Hugo-defined variables that you can configure and their c
dataDir: "data"
defaultExtension: "html"
defaultLayout: "post"
- # filesystem path to write files to
- destination: ""
disableLiveReload: false
# Do not build RSS files
disableRSS: false
@@
-121,6
+119,7
@@
Following is a list of Hugo-defined variables that you can configure and their c
pluralizeListTitles: true
# Preserve special characters in taxonomy names ("Gérard Depardieu" vs "Gerard Depardieu")
preserveTaxonomyNames: false
+ # filesystem path to write files to
publishdir: "public"
# color-codes for highlighting derived from this style
pygmentsStyle: "monokai"