Update from Forestry.io - Updated Forestry configuration
This commit is contained in:
parent
007b14b125
commit
5c3bda8edf
@ -1,3 +1,4 @@
|
||||
---
|
||||
new_page_extension: md
|
||||
auto_deploy: false
|
||||
admin_path:
|
||||
@ -6,18 +7,12 @@ sections:
|
||||
- type: jekyll-posts
|
||||
label: Posts
|
||||
create: all
|
||||
match: "**/*"
|
||||
- type: directory
|
||||
path: _uploads
|
||||
label: Uploads
|
||||
create: all
|
||||
match: "**/*"
|
||||
- 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:
|
||||
@ -28,6 +23,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user