From 42f86bc667fdc13fd1b017b54a387d0ef6b7fdd7 Mon Sep 17 00:00:00 2001
From: Cult Ure <webmasters@luminy.org>
Date: Mon, 25 Nov 2019 01:29:45 +0000
Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration

---
 .forestry/front_matter/templates/single.yml |  4 ----
 .forestry/settings.yml                      | 15 ++++++++-------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/.forestry/front_matter/templates/single.yml b/.forestry/front_matter/templates/single.yml
index 780ca8b..4c32dee 100644
--- a/.forestry/front_matter/templates/single.yml
+++ b/.forestry/front_matter/templates/single.yml
@@ -227,7 +227,3 @@ fields:
   label: Changer l'auteur par défaut
   description: Si rien n'est indiqué, l'auteur sera celui correspondant à la section
     de la page.
-pages:
-- _pages/jardin/lorem-ipsum.md
-- _pages/ccl/activites/lorem-ipsum.md
-- _pages/lorem.md
diff --git a/.forestry/settings.yml b/.forestry/settings.yml
index 0ae4a56..a541ac9 100644
--- a/.forestry/settings.yml
+++ b/.forestry/settings.yml
@@ -18,6 +18,13 @@ sections:
   match: "**/*"
   templates:
   - single
+- type: directory
+  path: _pages/cafe-des-langues
+  label: Café des Langues
+  create: all
+  match: "**/*"
+  templates:
+  - single
 - type: directory
   path: _pages/ccl
   label: Centre Culturel de Luminy
@@ -54,13 +61,6 @@ sections:
 - type: document
   path: _data/navigation.yml
   label: Navigations
-- type: directory
-  path: _pages
-  label: Toutes les pages
-  create: all
-  match: "**/*"
-  templates:
-  - single
 upload_dir: assets/images
 public_path: "/assets/images"
 front_matter_path: ''
@@ -71,6 +71,7 @@ build:
   - JEKYLL_ENV=staging
   - GIT_LFS_SKIP_SMUDGE=1
   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"
-- 
GitLab