uechi.io/.forestry/settings.yml

29 lines
694 B
YAML
Raw Normal View History

new_page_extension: md
auto_deploy: false
2019-10-24 03:59:05 +09:00
admin_path: ""
webhook_url:
sections:
2019-10-24 03:59:05 +09:00
- type: jekyll-posts
label: Posts
create: all
2019-10-24 04:04:46 +09:00
- type: directory
path: _pages
2019-10-24 03:59:05 +09:00
label: Pages
create: all
upload_dir: _uploads
public_path: "/uploads"
2019-10-24 03:59:05 +09:00
front_matter_path: ""
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
2019-10-24 03:59:05 +09:00
- 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"
2019-10-24 03:59:05 +09:00
instant_preview_command:
bundle exec jekyll serve --drafts --unpublished --future
--port 8080 --host 0.0.0.0 -d _site