2022-03-12 11:29:20 +00:00
|
|
|
---
|
|
|
|
new_page_extension: md
|
|
|
|
auto_deploy: false
|
|
|
|
admin_path:
|
|
|
|
webhook_url:
|
2022-03-12 11:31:55 +00:00
|
|
|
sections:
|
|
|
|
- type: directory
|
|
|
|
path: plugins
|
|
|
|
label: Plugins
|
|
|
|
create: documents
|
|
|
|
match: "**/*.json"
|
2022-03-12 11:32:36 +00:00
|
|
|
new_doc_ext: json
|
2022-03-12 11:29:20 +00:00
|
|
|
upload_dir: uploads
|
2022-03-12 11:32:36 +00:00
|
|
|
public_path: ''
|
2022-03-12 11:29:20 +00:00
|
|
|
front_matter_path: ''
|
|
|
|
use_front_matter_path: false
|
|
|
|
file_template: ":filename:"
|
|
|
|
build:
|
2022-03-12 11:33:35 +00:00
|
|
|
preview_output_directory: public
|
2022-03-12 11:29:20 +00:00
|
|
|
install_dependencies_command: npm install
|
2022-03-12 11:33:35 +00:00
|
|
|
preview_docker_image: forestryio/node:16
|
2022-03-12 11:29:20 +00:00
|
|
|
mount_path: "/srv"
|
|
|
|
working_dir: "/srv"
|
2022-03-12 11:33:35 +00:00
|
|
|
instant_preview_command: npm run build
|