fix forestry

This commit is contained in:
uetchy 2019-10-24 03:45:03 +09:00
parent e19b73d721
commit 46384a5022

View File

@ -1,21 +1,17 @@
---
---
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-posts
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
- type: jekyll-pages
label: Pages
create: all
upload_dir: _uploads
public_path: "/uploads"
front_matter_path: ''
front_matter_path: ""
use_front_matter_path: false
file_template: ":filename:"
build:
@ -26,5 +22,6 @@ build:
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
instant_preview_command:
bundle exec jekyll serve --drafts --unpublished --future
--port 8080 --host 0.0.0.0 -d _site