Update from Forestry.io
torey@teagles.io
committed Feb 09, 2019
commit 1e4cb30d4e2bfa78d8b444d677138c2b5ceb7933
Showing 2
changed files with
10 additions
and 1 deletions
.forestry/front_matter/templates/page-builder.yml
+1
-1
| @@ | @@ -33,6 +33,6 @@ fields: |
| - simple-footer | |
| - 4-column-footer | |
| pages: | |
| - | - index.md |
| - _posts/foo-1.md | |
| + | - index.md |
| - _posts/shopflow-intro.md | |
.forestry/settings.yml
+9
-0
| @@ | @@ -23,3 +23,12 @@ public_path: "/uploads" |
| front_matter_path: '' | |
| use_front_matter_path: false | |
| file_template: ":year:/:month:/:day:/:filename:" | |
| + | build: |
| + | preview_command: bundle exec jekyll build --drafts --unpublished --future -d _site |
| + | publish_command: bundle exec jekyll build -d _site |
| + | preview_env: |
| + | - JEKYLL_ENV=staging |
| + | publish_env: |
| + | - JEKYLL_ENV=production |
| + | preview_output_directory: _site |
| + | output_directory: _site |