From 054eb5f21ba2f6f78d18f15cac47739b1c70f0b8 Mon Sep 17 00:00:00 2001 From: constantinos Date: Tue, 22 Aug 2023 18:00:35 +0300 Subject: [PATCH] Moved FRONTMATTER below PARAMS; Added articles in mentioned in !publish! --- config.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index ea97884..57f9790 100644 --- a/config.toml +++ b/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"