From be7a82df0b7eb55c567b4f7902c3b617c0a22e74 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 --- content/overview/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/overview/configuration.md b/content/overview/configuration.md index 0fc7ddd0a..7d05570b7 100644 --- a/content/overview/configuration.md +++ b/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