From f6369c86bc38d12de37296781f1c5c5443fe1b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Peixoto?= Date: Wed, 27 Jan 2021 15:33:22 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/settings.yml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 16f4755c..9c4a3241 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -18,21 +18,29 @@ sections: label: Blog Posts create: all match: "**/*" + templates: + - blog-post - type: directory path: src/_blog label: Events - create: all + create: documents match: "**/events.md" + templates: + - newslinks - type: directory path: src/_blog label: News Coverage - create: all + create: documents match: "**/newscoverage.md" + templates: + - newslinks - type: directory path: src/_blog label: Release Notes - create: all + create: documents match: "**/releasenotes.md" + templates: + - newslinks - type: directory path: src/_blog label: Tutorials @@ -41,8 +49,10 @@ sections: - type: directory path: src/_blog label: Videos - create: all + create: documents match: "**/videos.md" + templates: + - newslinks - type: heading label: ZH - type: directory @@ -50,6 +60,8 @@ sections: label: ZH Blog posts create: all match: "**/*" + templates: + - blog-post upload_dir: src/.vuepress/public public_path: '' front_matter_path: ''