mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Disable GitInfo by default
Use `--enableGitInfo` when publishing. This gives a much better out-of-the-box editing experience.
This commit is contained in:
parent
f3b4a0e99e
commit
e6e1aca3f4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue