We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5b0ba commit 25fce15Copy full SHA for 25fce15
.forestry/settings.yml
@@ -0,0 +1,27 @@
1
+---
2
+new_page_extension: md
3
+auto_deploy: false
4
+admin_path:
5
+webhook_url:
6
+sections:
7
+- type: jekyll-pages
8
+ label: Pages
9
+ create: all
10
+- type: jekyll-posts
11
+ label: Posts
12
13
+upload_dir: uploads
14
+public_path: "/uploads"
15
+front_matter_path: ''
16
+use_front_matter_path: false
17
+file_template: ":filename:"
18
+build:
19
+ preview_env:
20
+ - JEKYLL_ENV=staging
21
+ preview_output_directory: _site
22
+ install_dependencies_command: bundle install --path vendor/bundle
23
+ preview_docker_image: forestryio/ruby:2.6
24
+ mount_path: "/srv"
25
+ working_dir: "/srv"
26
+ instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
27
+ -d _site
0 commit comments