Update from Forestry.io - Updated Forestry configuration

This commit is contained in:
uetchy 2019-10-23 19:07:33 +00:00 committed by Forestry.io
parent 094c3108db
commit 493a2e9c49
2 changed files with 29 additions and 27 deletions

View File

@ -1,3 +1,4 @@
---
label: Blog post
hide_body: false
fields:

View File

@ -1,6 +1,7 @@
---
new_page_extension: md
auto_deploy: false
admin_path: ""
admin_path: ''
webhook_url:
sections:
- type: jekyll-posts
@ -9,10 +10,11 @@ sections:
- type: directory
path: _pages
label: Pages
create: all
create: documents
match: "**/*"
upload_dir: _uploads
public_path: "/uploads"
front_matter_path: ""
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
@ -23,6 +25,5 @@ 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