Update from Forestry.io - Updated Forestry configuration

This commit is contained in:
uetchy 2019-10-23 18:43:44 +00:00 committed by Forestry.io
parent 007b14b125
commit 5c3bda8edf

View File

@ -1,33 +1,27 @@
---
new_page_extension: md new_page_extension: md
auto_deploy: false auto_deploy: false
admin_path: admin_path:
webhook_url: webhook_url:
sections: sections:
- type: jekyll-posts - type: jekyll-posts
label: Posts label: Posts
create: all create: all
match: "**/*" - type: jekyll-pages
- type: directory label: Pages
path: _uploads create: all
label: Uploads
create: all
match: "**/*"
- type: jekyll-pages
label: Pages
create: all
upload_dir: _uploads upload_dir: _uploads
public_path: "/uploads" public_path: "/uploads"
front_matter_path: "" front_matter_path: ''
use_front_matter_path: false use_front_matter_path: false
file_template: ":filename:" file_template: ":filename:"
build: build:
preview_env: preview_env:
- JEKYLL_ENV=staging - JEKYLL_ENV=staging
preview_output_directory: _site preview_output_directory: _site
install_dependencies_command: bundle install --path vendor/bundle install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6 preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv" mount_path: "/srv"
working_dir: "/srv" working_dir: "/srv"
instant_preview_command: instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
bundle exec jekyll serve --drafts --unpublished --future
--port 8080 --host 0.0.0.0 -d _site --port 8080 --host 0.0.0.0 -d _site