From c2ffdfab63510e5fe9c96ab06f99e652e417d9b8 Mon Sep 17 00:00:00 2001 From: Dan Callahan Date: Fri, 17 Mar 2017 17:57:53 -0500 Subject: [PATCH] docs: Fix documentation of non-existent 'editor' config --- docs/content/overview/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 0fc7ddd0a..7d05570b7 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -134,8 +134,6 @@ along with their current, default values: 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 @@ along with their current, default values: logFile: "" # "yaml", "toml", "json" metaDataFormat: "toml" + # Edit new content with this editor, if provided newContentEditor: "" # Don't sync permission mode of files noChmod: false