1
0

Enable usage of git info

If enableGitInfo is set, Hugo can set a proper last modified date
for content based on the appropriate content file's git history.
This commit is contained in:
Alan Orth 2017-01-17 19:37:43 +02:00
parent ed4814f55c
commit 2aeb59fbac
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -8,6 +8,7 @@ enableRobotsTXT = true
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 3
copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)."
enableGitInfo = true
[permalinks]
post = "/:year/:month/:slug/"