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 301633e commit abe728cCopy full SHA for abe728c
.forestry/settings.yml
@@ -0,0 +1,26 @@
1
+---
2
+new_page_extension: md
3
+auto_deploy: false
4
+admin_path:
5
+webhook_url:
6
+sections:
7
+- type: jekyll-posts
8
+ label: Posts
9
+ create: all
10
+- type: jekyll-pages
11
+ label: Pages
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_command: bundle exec jekyll build --drafts --unpublished --future -d _site
20
+ publish_command: bundle exec jekyll build -d _site
21
+ preview_env:
22
+ - JEKYLL_ENV=staging
23
+ publish_env:
24
+ - JEKYLL_ENV=production
25
+ preview_output_directory: _site
26
+ output_directory: _site
0 commit comments