Update from Forestry.io - Updated Forestry configuration
nichlas@itsnwa.com
committed Aug 09, 2018
commit 065d4c73182b709a66acfaab66cdefc351708ebc
Showing 1
changed file with
15 additions
and 1 deletions
.forestry/settings.yml
+15
-1
| @@ | @@ -3,7 +3,21 @@ new_page_extension: md |
| auto_deploy: true | |
| admin_path: "/admin" | |
| webhook_url: | |
| - | sections: |
| + | sections: |
| + | - type: directory |
| + | path: portfolio/works |
| + | label: Works |
| + | create: all |
| + | match: "**/*" |
| + | templates: |
| + | - works |
| + | - type: directory |
| + | path: portfolio/journal |
| + | label: Journal |
| + | create: all |
| + | match: "**/[!index]*" |
| + | templates: |
| + | - journal |
| upload_dir: ".vuepress/public/upload" | |
| public_path: "/upload" | |
| front_matter_path: '' | |