From: Cameron Moore Date: Sat, 30 Jan 2016 03:05:25 +0000 (-0600) Subject: Remove destination from config file docs X-Git-Tag: v0.16~393 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9b8d2ce52bd30ac891a537caaa9207f5105362b8;p=brevno-suite%2Fhugo Remove destination from config file docs --- diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 4fd515b5..db3e519b 100644 --- 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"