Moved FRONTMATTER below PARAMS; Added articles in mentioned in !publish!

This commit is contained in:
constantinos 2023-08-22 18:00:35 +03:00
parent 3683b03610
commit 17f0fccb5b

View file

@ -13,7 +13,13 @@ keyword = "keywords"
## sandpointsHome renders link to predefined home if page not in triad
sandpointsHome = "journal/jgdr.md"
description = "Journal for Game Design Research description..."
sandpointsMentionedIn = ["contributor", "article" ]
sandpointsMentionedIn = ["contributor", "article", "artifact" ]
## sandpointsGiteaUrl is used in layouts/partials/header.html to generate links in admin ui bar
sandpointsGiteaUrl = "https://git.sandpoints.org/we/jgdr"
sandpointsCatalogPrefix = "/library/"
sandpointsCatalogName = "jgdr"
## ADDED 17/8/23
[frontmatter]
date = ['date', 'publishDate', 'lastmod']
@ -21,11 +27,6 @@ sandpointsMentionedIn = ["contributor", "article" ]
#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"
sandpointsCatalogPrefix = "/library/"
sandpointsCatalogName = "jgdr"
[outputFormats]
[outputFormats.js]
isPlainText = true
@ -154,7 +155,7 @@ source = "customizations/jgdr/layouts/taxonomy/list.html"
target = "layouts/taxonomy/list.html"
# FROM DOTAWO
# MOUNT CUSTOM HEAD (PASS PUBLISHED DATE as metadata date, if it exists)
# MOUNT CUSTOM HEAD (Contains Zotero-Compatible Citation Metadata)
[[module.imports.mounts]]
source = "customizations/jgdr/layouts/partials/head.html"
target = "layouts/partials/head.html"