docs: Update GitInfo usage docs
authorCameron Moore <moorereason@gmail.com>
Mon, 12 Dec 2016 02:29:07 +0000 (20:29 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 15 Dec 2016 10:15:15 +0000 (11:15 +0100)
docs/content/extras/gitinfo.md
docs/content/overview/configuration.md

index 1c4564827f8322a2af14805f269f5c40b262eca7..d29641bcbf7c0c86678034fc2946293c7a3636d1 100644 (file)
@@ -18,6 +18,8 @@ Hugo provides a way to integrate Git data into your site.
 
 1. The Hugo site must be in a Git-enabled directory.
 1. The Git executable must be installed and in your system `PATH`.
+1. Enable the GitInfo feature in Hugo by using `--enableGitInfo` on the command
+   line or by setting `enableGitInfo` to `true` in your site configuration.
 
 ## The GitInfo Object
 
index 12a0f67975c8ffb8ca10b24c796b8c54144cf38f..75005a30046e9d86d79b09f42458e23854c047b8 100644 (file)
@@ -124,6 +124,8 @@ along with their current, default values:
     disableRSS:                 false
     # Do not build Sitemap file
     disableSitemap:             false
+    # Enable GitInfo feature
+    enableGitInfo:              false
     # Build robots.txt file
     enableRobotsTXT:            false
     # Do not render 404 page