diff options
author | tdro <tdro@noreply.example.com> | 2022-06-17 16:31:53 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-06-17 16:31:53 -0400 |
commit | a7e31ec150c409c3c4a9bd8a6503dda852a2d103 (patch) | |
tree | 718c023e875c08fe9b0b4f0814d8538b09db5d96 /config.json | |
parent | 494ee6f4b0d708c20ed66d946b727159cf90f1c4 (diff) | |
download | canory-a7e31ec150c409c3c4a9bd8a6503dda852a2d103.tar.gz canory-a7e31ec150c409c3c4a9bd8a6503dda852a2d103.tar.bz2 canory-a7e31ec150c409c3c4a9bd8a6503dda852a2d103.zip |
config: Generate authors from configuration
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 9 |
1 files changed, 9 insertions, 0 deletions
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", @@ -319,6 +324,10 @@ "target": "content" }, { + "source": "public/data/generates/authors", + "target": "data/authors" + }, + { "source": "public", "target": "assets/public" } |