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 }}