ref: 9b8d2ce52bd30ac891a537caaa9207f5105362b8
parent: 9015aa5b84a1cbe8f9c1e22967faa99c03f5239f
author: Cameron Moore <[email protected]>
date: Fri Jan 29 16:05:25 EST 2016
Remove destination from config file docs
--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -90,8 +90,6 @@
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 @@
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"