Moved FRONTMATTER below PARAMS; Added articles in mentioned in !publish!
This commit is contained in:
parent
3683b03610
commit
17f0fccb5b
1 changed files with 8 additions and 7 deletions
15
config.toml
15
config.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue