Moved FRONTMATTER below PARAMS; Added articles in mentioned in !publish!
This commit is contained in:
parent
895bb36148
commit
054eb5f21b
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 renders link to predefined home if page not in triad
|
||||||
sandpointsHome = "journal/jgdr.md"
|
sandpointsHome = "journal/jgdr.md"
|
||||||
description = "Journal for Game Design Research description..."
|
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
|
## ADDED 17/8/23
|
||||||
[frontmatter]
|
[frontmatter]
|
||||||
date = ['date', 'publishDate', 'lastmod']
|
date = ['date', 'publishDate', 'lastmod']
|
||||||
|
@ -21,11 +27,6 @@ sandpointsMentionedIn = ["contributor", "article" ]
|
||||||
#lastmod = [':git', 'lastmod', 'date', 'publishDate']
|
#lastmod = [':git', 'lastmod', 'date', 'publishDate']
|
||||||
#expiryDate = ['expiryDate']
|
#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]
|
||||||
[outputFormats.js]
|
[outputFormats.js]
|
||||||
isPlainText = true
|
isPlainText = true
|
||||||
|
@ -154,7 +155,7 @@ source = "customizations/jgdr/layouts/taxonomy/list.html"
|
||||||
target = "layouts/taxonomy/list.html"
|
target = "layouts/taxonomy/list.html"
|
||||||
|
|
||||||
# FROM DOTAWO
|
# 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]]
|
[[module.imports.mounts]]
|
||||||
source = "customizations/jgdr/layouts/partials/head.html"
|
source = "customizations/jgdr/layouts/partials/head.html"
|
||||||
target = "layouts/partials/head.html"
|
target = "layouts/partials/head.html"
|
||||||
|
|
Loading…
Add table
Reference in a new issue