Update from Forestry.io - Updated Forestry configuration
torey@teagles.io
committed Apr 11, 2020
commit 66712924cf695607ad88ceb8d8d3e0acbdce6b62
Showing 1
changed file with
17 additions
and 0 deletions
.forestry/settings.yml
+17
-0
| @@ | @@ -0,0 +1,17 @@ |
| + | --- |
| + | new_page_extension: md |
| + | auto_deploy: false |
| + | admin_path: |
| + | webhook_url: |
| + | sections: |
| + | upload_dir: uploads |
| + | public_path: "/uploads" |
| + | front_matter_path: '' |
| + | use_front_matter_path: false |
| + | file_template: ":filename:" |
| + | build: |
| + | install_dependencies_command: npm install |
| + | preview_docker_image: node:10 |
| + | mount_path: "/srv" |
| + | working_dir: "/srv" |
| + | instant_preview_command: npm run forestry:preview |