From 76fcd575e61a0f0e4ce602387d9a3b6098a23884 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 25 May 2022 19:18:40 -0400 Subject: 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. --- config.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.yaml') 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 -- cgit v1.2.3