Files
irma-website/.forestry/settings.yml
2019-07-30 16:03:12 +00:00

39 lines
1.0 KiB
YAML

---
new_page_extension: md
auto_deploy: true
admin_path:
webhook_url:
sections:
- type: directory
path: ''
label: Pages
create: all
match: "*.md"
new_doc_ext: '20190729233921'
- type: document
path: FORESTRY-README.md
label: Welcome - First Steps
read_only: true
- type: document
path: _config.yml
label: Config
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":year:/:month:/:day:/:filename:"
build:
preview_command: bundle exec jekyll build --drafts --unpublished --future -d _site
publish_command: bundle exec jekyll build -d _site
preview_env:
- JEKYLL_ENV=staging
publish_env:
- JEKYLL_ENV=production
preview_output_directory: _site
output_directory: _site
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
--port 8080 --host 0.0.0.0 -d _site --baseurl ""
install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"