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.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 6d89366..c7e60dd 100644 --- a/config.yaml +++ b/config.yaml @@ -11,6 +11,10 @@ languageCode: en-us enableRobotsTXT: true author: + list: + - canory + - default + - nobody default: footer: canory home: canory @@ -213,5 +217,7 @@ module: target: static/data - source: public/data/generates/content target: content + - source: public/data/generates/authors + target: data/authors - source: public target: assets/public -- cgit v1.2.3