Remove destination from config file docs
authorCameron Moore <moorereason@gmail.com>
Sat, 30 Jan 2016 03:05:25 +0000 (21:05 -0600)
committerCameron Moore <moorereason@gmail.com>
Sat, 30 Jan 2016 13:47:41 +0000 (07:47 -0600)
docs/content/overview/configuration.md

index 4fd515b5a59a0c94e0cc2c8540478cb002e52d89..db3e519b960cebd3885368608e49ffc771e0438d 100644 (file)
@@ -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"