From d6a682fef98b01505850102dc1a031cebef07460 Mon Sep 17 00:00:00 2001 From: constantinos Date: Thu, 13 Jul 2023 15:29:06 +0300 Subject: [PATCH] new home; left base URL blank as instructed !publish! --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 28adf2a..691d80b 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ #CONFIG file -baseURL = "http://jgdr.studioany.com" +baseURL = "" # leave this empty languageCode = "en-us" title = "Game Design Knowledge & Practice Journal?" relativeurls = true @@ -11,7 +11,7 @@ keyword = "keywords" [params] ## sandpointsHome renders link to predefined home if page not in triad -sandpointsHome = "journal/index.md" +sandpointsHome = "journal/jgdr.md" description = "Journal Description..." sandpointsMentionedIn = ["contributor", "article" ]