about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.forestry/settings.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.forestry/settings.yml b/.forestry/settings.yml new file mode 100644 index 0000000..7bf6286 --- /dev/null +++ b/.forestry/settings.yml
@@ -0,0 +1,32 @@
1---
2new_page_extension: md
3auto_deploy: false
4admin_path: ''
5webhook_url:
6sections:
7- type: directory
8 path: content
9 label: Pages
10 create: all
11 match: "*"
12- type: directory
13 path: content/post
14 label: Post
15 create: all
16 match: "**/*"
17upload_dir: static/uploads
18public_path: "/uploads"
19front_matter_path: ''
20use_front_matter_path: false
21file_template: ":filename:"
22build:
23 preview_env:
24 - HUGO_ENV=staging
25 - HUGO_VERSION=0.58.3
26 preview_output_directory: public
27 preview_docker_image: forestryio/hugo:latest
28 mount_path: "/srv"
29 working_dir: "/srv"
30 instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
31 -d public
32version: 0.58.3