diff options
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index c410746..e31bda0 100644 --- a/config.yaml +++ b/config.yaml @@ -66,3 +66,23 @@ outputs: - rss page: - html + +module: + mounts: + - source: content + target: content + - source: static + target: static + - source: layouts + target: layouts + - source: data + target: data + - source: assets + target: assets + - source: i18n + target: i18n + - source: archetypes + target: archetypes + + - source: content + target: static/raw |