shithub: hugo

Download patch

ref: e6e1aca3f4d142c12757025f31ee5597808cc0b2
parent: f3b4a0e99e51da86c8716a24f0d71dbf76dfc78c
author: Bjørn Erik Pedersen <[email protected]>
date: Thu Apr 6 09:49:06 EDT 2017

docs: Disable GitInfo by default

Use `--enableGitInfo` when publishing.

This gives a much better out-of-the-box editing experience.

--- a/docs/config.toml
+++ b/docs/config.toml
@@ -2,7 +2,6 @@
 baseurl = "http://gohugo.io/"
 MetaDataFormat = "yaml"
 pluralizeListTitles = false
-enableGitInfo = true
 
 [blackfriday]
   plainIDAnchors = true