From e6e1aca3f4d142c12757025f31ee5597808cc0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 6 Apr 2017 13:49:06 +0200 Subject: [PATCH] docs: Disable GitInfo by default Use `--enableGitInfo` when publishing. This gives a much better out-of-the-box editing experience. --- docs/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index ba4b77324..5cc378a40 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -2,7 +2,6 @@ title = "Hugo: A Fast and Flexible Website Generator" baseurl = "http://gohugo.io/" MetaDataFormat = "yaml" pluralizeListTitles = false -enableGitInfo = true [blackfriday] plainIDAnchors = true