29 lines
622 B
YAML
29 lines
622 B
YAML
---
|
|
new_page_extension: md
|
|
auto_deploy: false
|
|
admin_path: ""
|
|
webhook_url:
|
|
sections:
|
|
- type: directory
|
|
path: source/_posts
|
|
label: Posts
|
|
create: documents
|
|
match: "**/*"
|
|
- type: directory
|
|
path: source/_pages
|
|
label: Pages
|
|
create: documents
|
|
match: "**/*"
|
|
upload_dir: source/uploads
|
|
public_path: "/uploads"
|
|
front_matter_path: ""
|
|
use_front_matter_path: false
|
|
file_template: ":filename:"
|
|
build:
|
|
preview_output_directory: public
|
|
install_dependencies_command: npm i
|
|
preview_docker_image: forestryio/ruby:2.6
|
|
mount_path: "/srv"
|
|
working_dir: "/srv"
|
|
instant_preview_command: yarn server
|