add PublishDate PARAM to CONFIG
This commit is contained in:
parent
9abbe4b299
commit
e57f2d6b02
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@ keyword = "keywords"
|
|||
sandpointsHome = "journal/jgdr.md"
|
||||
description = "Journal for Game Design Research description..."
|
||||
sandpointsMentionedIn = ["contributor", "article" ]
|
||||
## ADDED 17/8/23
|
||||
[frontmatter]
|
||||
date = ['date', 'publishDate', 'lastmod']
|
||||
publishDate = ['publishDate'] # add 'date' to return date if no publishdate declared
|
||||
#lastmod = [':git', 'lastmod', 'date', 'publishDate']
|
||||
#expiryDate = ['expiryDate']
|
||||
|
||||
|
||||
## sandpointsGiteaUrl is used in layouts/partials/header.html to generate links in admin ui bar
|
||||
sandpointsGiteaUrl = "https://git.sandpoints.org/we/jgdr"
|
||||
|
|
Loading…
Add table
Reference in a new issue