From 0d4030319044c97424a67758513e4ca6c3c8318e Mon Sep 17 00:00:00 2001 From: yann64 Date: Mon, 16 Oct 2023 11:11:03 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20cat=C3=A9gories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/menus/menu.fr.toml | 38 ++++++++++++++--------------- config/_default/menus/menus.en.toml | 38 ++++++++++++++--------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/config/_default/menus/menu.fr.toml b/config/_default/menus/menu.fr.toml index ba7943b..5ebbf9b 100644 --- a/config/_default/menus/menu.fr.toml +++ b/config/_default/menus/menu.fr.toml @@ -9,27 +9,27 @@ url = "about" weight = 20 [[main]] -identifier = "blog" -name = "Blog" +identifier = "category" +name = "Categories" weight = 40 [[main]] name = "All" url = "post" weight = 100 -parent = "blog" +parent = "category" [[main]] -name = "Hugo" -url = "tags/hugo" +name = "Généalogie" +url = "tags/genealogy" weight = 20 -parent = "blog" +parent = "category" [[main]] -name = "Bootstrap" -url = "tags/bootstrap" +name = "Haiku" +url = "tags/haiku" weight = 30 -parent = "blog" +parent = "category" [[main]] identifier = "docs" @@ -37,14 +37,14 @@ name = "Docs" url = "page" weight = 50 -[[social]] - name = "GitHub" - pre = "" - url = "https://github.com/filipecarneiro/hugo-bootstrap-theme/" - weight = 10 +#[[social]] + #name = "GitHub" + #pre = "" + #url = "https://github.com/filipecarneiro/hugo-bootstrap-theme/" + #weight = 10 -[[social]] - name = "Twitter" - pre = "" - url = "https://twitter.com/jfilipecarneiro/" - weight = 20 \ No newline at end of file +#[[social]] + #name = "Twitter" + #pre = "" + #url = "https://twitter.com/jfilipecarneiro/" + #weight = 20 \ No newline at end of file diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 82f08e8..578a867 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -9,27 +9,27 @@ url = "about" weight = 20 [[main]] -identifier = "blog" -name = "Blog" +identifier = "category" +name = "Categories" weight = 40 [[main]] name = "All" url = "post" weight = 100 -parent = "blog" +parent = "category" [[main]] -name = "Hugo" -url = "tags/hugo" +name = "Genealogy" +url = "tags/genealogy" weight = 20 -parent = "blog" +parent = "category" [[main]] -name = "Bootstrap" -url = "tags/bootstrap" +name = "Haiku" +url = "tags/haiku" weight = 30 -parent = "blog" +parent = "category" [[main]] identifier = "docs" @@ -37,14 +37,14 @@ name = "Docs" url = "page" weight = 50 -[[social]] - name = "GitHub" - pre = "" - url = "https://github.com/filipecarneiro/hugo-bootstrap-theme/" - weight = 10 +#[[social]] + #name = "GitHub" + #pre = "" + #url = "https://github.com/filipecarneiro/hugo-bootstrap-theme/" + #weight = 10 -[[social]] - name = "Twitter" - pre = "" - url = "https://twitter.com/jfilipecarneiro/" - weight = 20 \ No newline at end of file +#[[social]] + #name = "Twitter" + #pre = "" + #url = "https://twitter.com/jfilipecarneiro/" + #weight = 20 \ No newline at end of file