mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-06 11:15:52 -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'
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user