diff options
author | tdro <tdro@noreply.example.com> | 2022-05-25 19:18:40 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-05-25 19:18:40 -0400 |
commit | 76fcd575e61a0f0e4ce602387d9a3b6098a23884 (patch) | |
tree | ebe4b9bae4d08c9f1cc402cd615229eba63c9eb2 /config.yaml | |
parent | 8710bcdc76615374cf40af2fb8ea2304f9cdaee1 (diff) | |
download | canory-76fcd575e61a0f0e4ce602387d9a3b6098a23884.tar.gz canory-76fcd575e61a0f0e4ce602387d9a3b6098a23884.tar.bz2 canory-76fcd575e61a0f0e4ce602387d9a3b6098a23884.zip |
themes/default/layouts: Multiplex RSS feeds
Use one feed fetching logic and generate feeds as markdown. Due to generation
step hugo has to run twice to fully generate all static content.
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index 611e53c..87f210d 100644 --- a/config.yaml +++ b/config.yaml @@ -191,3 +191,5 @@ module: target: static/sources/files - source: data target: static/data + - source: public/data/generators/content + target: content |