Show last updates (from git)

This commit is contained in:
BBaoVanC 2021-03-26 02:12:34 -05:00
parent fbde75e8c6
commit e3fc548034
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ baseURL = "https://bbaovanc.com/blog/"
languageCode = "en-us"
theme = "terminal"
paginate = 5
enableGitInfo = true
# [permalinks]
# posts = "/:year/:month/:title/"
@ -31,7 +32,7 @@ paginate = 5
# 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
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
# updatedDatePrefix = "Updated"