Utilized last modification date from git, prioritize lastmod attribute

This commit is contained in:
Xevion
2022-08-21 01:22:27 -05:00
parent 12ffcfeb99
commit 270f61396d

View File

@@ -3,6 +3,14 @@ languageCode = 'en-us'
title = 'Powershell by Xevion'
paginate = 5
theme = 'terminal'
enableGitInfo = true
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
[params]
# dir name of your main content (default is `content/posts`).
@@ -21,6 +29,7 @@ showLanguageSelector = false
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true