fix forestry
This commit is contained in:
parent
affc066f98
commit
007b14b125
@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
|
|
||||||
---
|
|
||||||
new_page_extension: md
|
new_page_extension: md
|
||||||
auto_deploy: false
|
auto_deploy: false
|
||||||
admin_path:
|
admin_path:
|
||||||
@ -21,7 +17,7 @@ sections:
|
|||||||
create: all
|
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:
|
||||||
@ -32,5 +28,6 @@ build:
|
|||||||
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: 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
|
--port 8080 --host 0.0.0.0 -d _site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user