From 62a9540ddce72abb9ade5e322ff06ad40d801185 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Mon, 23 Oct 2023 08:42:02 +0200 Subject: [PATCH] feat:content/*.md --- content/association.md | 4 ++++ content/{posts => blog}/bonjour-le-monde.md | 0 content/contact.md | 4 ++++ content/legals.md | 4 ++++ content/network_state.md | 4 ++++ hugo.toml | 8 ++++---- themes/vmems-theme/layouts/404.html | 2 ++ 7 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 content/association.md rename content/{posts => blog}/bonjour-le-monde.md (100%) create mode 100644 content/contact.md create mode 100644 content/legals.md create mode 100644 content/network_state.md diff --git a/content/association.md b/content/association.md new file mode 100644 index 0000000..2f5b2f0 --- /dev/null +++ b/content/association.md @@ -0,0 +1,4 @@ +--- +title: "L’Association" +--- +Salut Monde diff --git a/content/posts/bonjour-le-monde.md b/content/blog/bonjour-le-monde.md similarity index 100% rename from content/posts/bonjour-le-monde.md rename to content/blog/bonjour-le-monde.md diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..a162278 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,4 @@ +--- +title: "Nous Contacter" +--- +# Nous Contacter diff --git a/content/legals.md b/content/legals.md new file mode 100644 index 0000000..b1880ef --- /dev/null +++ b/content/legals.md @@ -0,0 +1,4 @@ +--- +title: "Mentions Légales" +--- +HEY diff --git a/content/network_state.md b/content/network_state.md new file mode 100644 index 0000000..8283130 --- /dev/null +++ b/content/network_state.md @@ -0,0 +1,4 @@ +--- +title: "Etat du Réseau" +--- +HEY diff --git a/hugo.toml b/hugo.toml index d346e08..43b69df 100644 --- a/hugo.toml +++ b/hugo.toml @@ -30,9 +30,9 @@ theme = 'vmems-theme' weight = 3 [[menu.main]] - name = "A propos" + name = "Etat du réseau" identifier = "menu.categories" - url = "/about/" + url = "/network_state/" weight = 4 [[menu.footer_left]] @@ -59,8 +59,8 @@ theme = 'vmems-theme' url = "/legals/" weight = 1 [[ menu.footer_right ]] - name = "A Propos" - url = "/about/" + name = "Etat du réseau" + url = "/network_state/" weight = 2 diff --git a/themes/vmems-theme/layouts/404.html b/themes/vmems-theme/layouts/404.html index e01ea6d..470d985 100644 --- a/themes/vmems-theme/layouts/404.html +++ b/themes/vmems-theme/layouts/404.html @@ -1,2 +1,4 @@ +{{ define "main" }} 404 Accueil +{{ end }}