From a7e31ec150c409c3c4a9bd8a6503dda852a2d103 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 17 Jun 2022 16:31:53 -0400 Subject: config: Generate authors from configuration --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index 5912179..57bbc29 100644 --- a/config.json +++ b/config.json @@ -9,6 +9,11 @@ "languageCode": "en-us", "enableRobotsTXT": true, "author": { + "list": [ + "canory", + "default", + "nobody" + ], "default": { "footer": "canory", "home": "canory", @@ -318,6 +323,10 @@ "source": "public/data/generates/content", "target": "content" }, + { + "source": "public/data/generates/authors", + "target": "data/authors" + }, { "source": "public", "target": "assets/public" -- cgit v1.2.3