Update from Forestry.io - Updated Forestry configuration
torey@teagles.io
committed Apr 12, 2020
commit 683c59285d831df152a91108858f025e832d0c3a
Showing 1
changed file with
3 additions
and 3 deletions
.forestry/settings.yml
+3
-3
| @@ | @@ -9,11 +9,11 @@ sections: |
| label: Pages | |
| create: all | |
| match: "**/*.md" | |
| - | upload_dir: src/uploads |
| - | public_path: "/assets/static" |
| + | upload_dir: media |
| + | public_path: "~/../media" |
| front_matter_path: '' | |
| use_front_matter_path: false | |
| - | file_template: ":filename:" |
| + | file_template: ":year:/:month:/:day:/:filename:" |
| build: | |
| preview_output_directory: dist | |
| install_dependencies_command: yarn install | |