From 64e1ac80865724c3acb3b07d957e33258c626503 Mon Sep 17 00:00:00 2001
From: Centre Culturel de Luminy <webmasters@luminy.org>
Date: Mon, 18 Nov 2019 21:35:28 +0000
Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration

---
 .forestry/settings.yml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 .forestry/settings.yml

diff --git a/.forestry/settings.yml b/.forestry/settings.yml
new file mode 100644
index 0000000..cb39740
--- /dev/null
+++ b/.forestry/settings.yml
@@ -0,0 +1,32 @@
+---
+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
+- type: directory
+  path: _pages
+  label: Pages
+  create: all
+  match: "**/*"
+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
-- 
GitLab