mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-06 15:15:55 -06:00
Utilized last modification date from git, prioritize lastmod attribute
This commit is contained in:
@@ -3,6 +3,14 @@ languageCode = 'en-us'
|
|||||||
title = 'Powershell by Xevion'
|
title = 'Powershell by Xevion'
|
||||||
paginate = 5
|
paginate = 5
|
||||||
theme = 'terminal'
|
theme = 'terminal'
|
||||||
|
enableGitInfo = true
|
||||||
|
|
||||||
|
[frontmatter]
|
||||||
|
date = ["date", "publishDate", "lastmod"]
|
||||||
|
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
||||||
|
publishDate = ["publishDate", "date"]
|
||||||
|
expiryDate = ["expiryDate"]
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# dir name of your main content (default is `content/posts`).
|
# dir name of your main content (default is `content/posts`).
|
||||||
@@ -21,6 +29,7 @@ showLanguageSelector = false
|
|||||||
# set theme to full screen width
|
# set theme to full screen width
|
||||||
fullWidthTheme = false
|
fullWidthTheme = false
|
||||||
|
|
||||||
|
|
||||||
# center theme with default width
|
# center theme with default width
|
||||||
centerTheme = true
|
centerTheme = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user