From 9526e40615e5fb6cc6b2d898de3c3226baa7a1bb Mon Sep 17 00:00:00 2001 From: Osuny bot <90196448+osuny-bot@users.noreply.github.com> Date: Sat, 9 Nov 2024 21:21:35 +0100 Subject: [PATCH] [Communication::Website::Page::Localization] Save Agenda --- config/_default/languages.yaml | 2 ++ content/fr/events/_index.html | 65 ++++++++++++++++++++++++++++++++++ data/menus/fr/primary.yml | 4 +++ 3 files changed, 71 insertions(+) create mode 100644 content/fr/events/_index.html diff --git a/config/_default/languages.yaml b/config/_default/languages.yaml index 65a1c69..dbf7fa0 100644 --- a/config/_default/languages.yaml +++ b/config/_default/languages.yaml @@ -19,6 +19,8 @@ fr: tiktok: >- https://www.tiktok.com/@julie.choukette.music.o permalinks: + events: /agenda/:year-:month-:day-:slug/ + events_categories: /agenda/:slug/ projects: /projets/:year-:slug/ projects_categories: /projets/:slug/ posts: /actualites/:year-:month-:day-:slug/ diff --git a/content/fr/events/_index.html b/content/fr/events/_index.html new file mode 100644 index 0000000..e6e0bc5 --- /dev/null +++ b/content/fr/events/_index.html @@ -0,0 +1,65 @@ +--- +breadcrumb_title: >- + Agenda +title: >- + Agenda +url: "/agenda/" +slug: "agenda" +date: 2024-11-09T21:21:32+01:00 +lastmod: 2024-11-09T21:21:32+01:00 +meta: + hugo: + permalink: "/agenda/" + file: "content/fr/events/_index.html" + path: "agenda" + slug: "agenda" + dates: + created_at: 2024-11-09T21:21:32+01:00 + updated_at: 2024-11-09T21:21:32+01:00 + published_at: 2024-11-09T21:21:32+01:00 + +breadcrumbs: + - title: >- + Accueil + path: "/" + - title: >- + Agenda + +full_width: true +design: + full_width: true + toc: + present: false + offcanvas: true + +position: 9 +weight: 9 +translationKey: communication-website-page-2e05fec5-a752-424e-8d12-71e06bcfc235 + +bodyclass: >- + + + +children: + - "events/archives/_index.html" +meta_description: >- + + +summary: >- + + +header_text: >- + +header_cta: + display: + label: >- + + target: "" + external: false +contents_reading_time: + seconds: 0 + text: >- + moins d'une minute +contents: + +--- diff --git a/data/menus/fr/primary.yml b/data/menus/fr/primary.yml index 4a5aea4..1da015b 100644 --- a/data/menus/fr/primary.yml +++ b/data/menus/fr/primary.yml @@ -17,4 +17,8 @@ items: target: "/projets/" kind: page children: [] +- title: Agenda + target: "/agenda/" + kind: page + children: []