From 67202b98a90d39546b6da3eb940bc3ed1e4cca4f Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Tue, 27 May 2025 19:09:45 +0200 Subject: [PATCH] Added Astronomie as interest --- config/_default/menus.yaml | 4 ++++ content/interets/astronomie/_index.md | 3 +++ data/sections_colors.yaml | 1 + 3 files changed, 8 insertions(+) create mode 100644 content/interets/astronomie/_index.md diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 6a49b2b7..23610fd7 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -84,6 +84,10 @@ main: title: "Articles de fond relatifs aux microscopes" pageRef: /interets/microscopie/ parent: Intérêts + - name: Astronomie + title: "Articles de fond relatifs à l'astronomie" + pageRef: /interets/astronomie/ + parent: Intérêts - name: Divers title: "Autre contenu" weight: 50 diff --git a/content/interets/astronomie/_index.md b/content/interets/astronomie/_index.md new file mode 100644 index 00000000..09cef858 --- /dev/null +++ b/content/interets/astronomie/_index.md @@ -0,0 +1,3 @@ +--- +title: Astronomie +--- diff --git a/data/sections_colors.yaml b/data/sections_colors.yaml index 17735617..9cb9e8a3 100644 --- a/data/sections_colors.yaml +++ b/data/sections_colors.yaml @@ -13,3 +13,4 @@ schleich: "#9770db" critiques: "#e55b5b" prompted: "#dd6600" paleontologie: "#d4a54d" +astronomie: "#ffffff"