diff --git a/.forestry/front_matter/templates/single.yml b/.forestry/front_matter/templates/single.yml
index 601850d402429014eddcdbf53ce34f7dfc003e54..e39d9b6109cb8915dce4cb2f55b04ce6ef9b9655 100644
--- a/.forestry/front_matter/templates/single.yml
+++ b/.forestry/front_matter/templates/single.yml
@@ -14,5 +14,3 @@ fields:
     date_format: 
     time_format: 
     display_utc: false
-pages:
-- _pages/cafe-des-langues/presentation.md
diff --git a/.forestry/settings.yml b/.forestry/settings.yml
index 3e59d3967155da08cb0a546830a89fb82c1a563d..8d8cfbe7da07af702529af472c547f600e002912 100644
--- a/.forestry/settings.yml
+++ b/.forestry/settings.yml
@@ -4,6 +4,10 @@ auto_deploy: false
 admin_path: admin
 webhook_url: 
 sections:
+- type: document
+  path: _data/navigation.yml
+  label: Navigations
+  match: "**/*"
 - type: directory
   path: _pages
   label: Toutes les pages
@@ -19,6 +23,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"