Show last updates (from git)
This commit is contained in:
parent
fbde75e8c6
commit
e3fc548034
@ -2,6 +2,7 @@ baseURL = "https://bbaovanc.com/blog/"
|
|||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
theme = "terminal"
|
theme = "terminal"
|
||||||
paginate = 5
|
paginate = 5
|
||||||
|
enableGitInfo = true
|
||||||
|
|
||||||
# [permalinks]
|
# [permalinks]
|
||||||
# posts = "/:year/:month/:title/"
|
# posts = "/:year/:month/:title/"
|
||||||
@ -31,7 +32,7 @@ paginate = 5
|
|||||||
|
|
||||||
# set post to show the last updated
|
# set post to show the last updated
|
||||||
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
|
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
|
||||||
showLastUpdated = false
|
showLastUpdated = true
|
||||||
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
|
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
|
||||||
# updatedDatePrefix = "Updated"
|
# updatedDatePrefix = "Updated"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user