Update from Forestry.io - Updated Forestry configuration
This commit is contained in:
parent
beac3c00bd
commit
0c92ae31e9
1 changed files with 27 additions and 0 deletions
27
.forestry/settings.yml
Normal file
27
.forestry/settings.yml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
new_page_extension: md
|
||||||
|
auto_deploy: false
|
||||||
|
admin_path:
|
||||||
|
webhook_url:
|
||||||
|
sections:
|
||||||
|
- type: jekyll-pages
|
||||||
|
label: Pages
|
||||||
|
create: all
|
||||||
|
- type: jekyll-posts
|
||||||
|
label: Posts
|
||||||
|
create: all
|
||||||
|
upload_dir: uploads
|
||||||
|
public_path: "/uploads"
|
||||||
|
front_matter_path: ''
|
||||||
|
use_front_matter_path: false
|
||||||
|
file_template: ":filename:"
|
||||||
|
build:
|
||||||
|
preview_env:
|
||||||
|
- JEKYLL_ENV=staging
|
||||||
|
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"
|
||||||
|
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
|
||||||
|
--port 8080 --host 0.0.0.0 -d _site
|
Loading…
Reference in a new issue