2019-10-23 19:07:33 +00:00
|
|
|
---
|
2019-10-23 18:39:54 +00:00
|
|
|
new_page_extension: md
|
|
|
|
auto_deploy: false
|
2019-10-23 19:07:33 +00:00
|
|
|
admin_path: ''
|
|
|
|
webhook_url:
|
2019-10-23 18:39:54 +00:00
|
|
|
sections:
|
2019-10-23 19:07:33 +00:00
|
|
|
- type: jekyll-posts
|
|
|
|
label: Posts
|
2019-10-25 10:48:32 +00:00
|
|
|
create: documents
|
|
|
|
templates:
|
|
|
|
- blog-post
|
2019-10-23 19:07:33 +00:00
|
|
|
- type: directory
|
|
|
|
path: _pages
|
|
|
|
label: Pages
|
|
|
|
create: documents
|
|
|
|
match: "**/*"
|
2019-10-23 18:41:43 +00:00
|
|
|
upload_dir: _uploads
|
2019-10-23 18:39:54 +00:00
|
|
|
public_path: "/uploads"
|
2019-10-23 19:07:33 +00:00
|
|
|
front_matter_path: ''
|
2019-10-23 18:39:54 +00:00
|
|
|
use_front_matter_path: false
|
|
|
|
file_template: ":filename:"
|
|
|
|
build:
|
|
|
|
preview_env:
|
2019-10-23 19:07:33 +00:00
|
|
|
- JEKYLL_ENV=staging
|
2019-10-23 18:39:54 +00:00
|
|
|
preview_output_directory: _site
|
|
|
|
install_dependencies_command: bundle install --path vendor/bundle
|
|
|
|
preview_docker_image: forestryio/ruby:2.6
|
|
|
|
mount_path: "/srv"
|
|
|
|
working_dir: "/srv"
|
2019-10-23 19:07:33 +00:00
|
|
|
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
|
2019-10-23 18:39:54 +00:00
|
|
|
--port 8080 --host 0.0.0.0 -d _site
|