diff --git a/.forestry/front_matter/templates/single.yml b/.forestry/front_matter/templates/single.yml index 780ca8beabf0bb2540a0287de52f09f2bb59061f..4c32dee5c477bec0f05e8b3f97ecaa4be87f14aa 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 0ae4a569fdcc57d2e0a4db1a109f72903d562c20..a541ac9419ed8385eebcc5c5516ae72e85ec6b8f 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"