From 39145a7d38dbb139190d012227c1949b5bbd74f2 Mon Sep 17 00:00:00 2001 From: Sebastien DUMETZ Date: Mon, 29 Apr 2024 15:22:17 +0200 Subject: [PATCH] add eThesaurus collection. Navbar collapse on small screens --- _config.yml | 17 +- _data/nav.yml | 7 +- _layouts/default.html | 19 +- _layouts/item.html | 34 +++ _sass/base.scss | 63 ++++-- .../ethesaurus/croix-clairmarais.html | 103 +++++++++ en/collections/ethesaurus/pied-de-croix.html | 198 ++++++++++++++++++ en/collections/index.html | 29 +++ fr/about.html | 11 +- fr/collection.html | 33 --- .../ethesaurus/croix-clairmarais.html | 105 ++++++++++ .../ethesaurus/croix-reliquaire.html | 61 ++++++ fr/collections/ethesaurus/encensoir.html | 120 +++++++++++ fr/collections/ethesaurus/pied-de-croix.html | 196 +++++++++++++++++ fr/collections/ethesaurus/plaque.html | 80 +++++++ .../ethesaurus/pyxide-pediculee.html | 70 +++++++ fr/collections/index.html | 30 +++ 17 files changed, 1112 insertions(+), 64 deletions(-) create mode 100644 _layouts/item.html create mode 100644 en/collections/ethesaurus/croix-clairmarais.html create mode 100644 en/collections/ethesaurus/pied-de-croix.html create mode 100644 en/collections/index.html delete mode 100644 fr/collection.html create mode 100644 fr/collections/ethesaurus/croix-clairmarais.html create mode 100644 fr/collections/ethesaurus/croix-reliquaire.html create mode 100644 fr/collections/ethesaurus/encensoir.html create mode 100644 fr/collections/ethesaurus/pied-de-croix.html create mode 100644 fr/collections/ethesaurus/plaque.html create mode 100644 fr/collections/ethesaurus/pyxide-pediculee.html create mode 100644 fr/collections/index.html diff --git a/_config.yml b/_config.yml index a0e92008..c794e848 100644 --- a/_config.yml +++ b/_config.yml @@ -29,8 +29,21 @@ defaults: lang: "en" - scope: - path: "*/doc" + path: "fr/doc" values: layout: "doc" type: doc - \ No newline at end of file + + - scope: + path: "en/doc" + values: + layout: "doc" + type: doc + - scope: + path: "fr/collection" + values: + layout: "item" + - scope: + path: "en/collection" + values: + layout: "item" \ No newline at end of file diff --git a/_data/nav.yml b/_data/nav.yml index 1cec15c8..3eab4cb7 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -5,8 +5,11 @@ index: # fr: Galerie # en: Gallery doc/: - fr: DocumentationDocs - en: DocumentationDocs + fr: Documentation + en: Documentation +collections: + fr: Collections + en: Collections posts: fr: Articles en: Posts diff --git a/_layouts/default.html b/_layouts/default.html index bcf7ff89..9c2e1358 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -67,13 +67,18 @@