diff --git a/.forestry/front_matter/templates/blog-post.yml b/.forestry/front_matter/templates/blog-post.yml index fab891c..d4229ce 100644 --- a/.forestry/front_matter/templates/blog-post.yml +++ b/.forestry/front_matter/templates/blog-post.yml @@ -1,21 +1,17 @@ ---- ---- - ---- label: Blog post hide_body: false fields: -- type: text - name: title - label: title - config: - required: false -- type: datetime - name: date - label: date - default: now - config: - required: true -- type: text - name: redirect_from - label: redirect_from + - type: text + name: title + label: title + config: + required: false + - type: datetime + name: date + label: date + default: now + config: + required: true + - type: text + name: redirect_from + label: redirect_from diff --git a/.forestry/settings.yml b/.forestry/settings.yml index efa562b..1f2cc77 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -1,30 +1,27 @@ ---- ---- - ---- new_page_extension: md auto_deploy: false -admin_path: '' -webhook_url: +admin_path: "" +webhook_url: sections: -- type: jekyll-posts - label: Posts - create: all -- type: jekyll-pages - label: Pages - create: all + - type: jekyll-posts + label: Posts + create: all + - 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: preview_env: - - JEKYLL_ENV=staging + - 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 + instant_preview_command: + bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site