shithub: hugo

Download patch

ref: c2ffdfab63510e5fe9c96ab06f99e652e417d9b8
parent: a99661031ad771feb53e2d4b6443528ce84e1c77
author: Dan Callahan <[email protected]>
date: Fri Mar 17 13:57:53 EDT 2017

docs: Fix documentation of non-existent 'editor' config


--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -134,8 +134,6 @@
     disable404:                 false
     # Do not inject generator meta tag on homepage
     disableHugoGeneratorInject: false
-    # edit new content with this editor, if provided
-    editor:                     ""
     # Enable Emoji emoticons support for page content.
     # See www.emoji-cheat-sheet.com
     enableEmoji:				false
@@ -153,6 +151,7 @@
     logFile:                    ""
     # "yaml", "toml", "json"
     metaDataFormat:             "toml"
+    # Edit new content with this editor, if provided
     newContentEditor:           ""
     # Don't sync permission mode of files
     noChmod:                    false