From a92fabd75cc6ee80ae961b684d51d876064dab03 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Fri, 23 May 2025 19:11:22 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-23 19:11:22 --- content/page/categories/index.fr.md | 10 ++++++++++ content/page/categories/index.md | 10 ++++++++++ content/page/tags/index.fr.md | 10 ++++++++++ content/page/tags/index.md | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 content/page/categories/index.fr.md create mode 100644 content/page/categories/index.md create mode 100644 content/page/tags/index.fr.md create mode 100644 content/page/tags/index.md diff --git a/content/page/categories/index.fr.md b/content/page/categories/index.fr.md new file mode 100644 index 0000000..bb7bf6d --- /dev/null +++ b/content/page/categories/index.fr.md @@ -0,0 +1,10 @@ +--- +title: Catégories +slug: categories +layout: categories +menu: + main: + weight: 40 + params: + icon: categories +--- diff --git a/content/page/categories/index.md b/content/page/categories/index.md new file mode 100644 index 0000000..6c671a3 --- /dev/null +++ b/content/page/categories/index.md @@ -0,0 +1,10 @@ +--- +title: Categories +slug: categories +layout: categories +menu: + main: + weight: 40 + params: + icon: categories +--- diff --git a/content/page/tags/index.fr.md b/content/page/tags/index.fr.md new file mode 100644 index 0000000..3f4cf11 --- /dev/null +++ b/content/page/tags/index.fr.md @@ -0,0 +1,10 @@ +--- +title: Mots Clés +slug: tags +layout: tags +menu: + main: + weight: 50 + params: + icon: tags +--- diff --git a/content/page/tags/index.md b/content/page/tags/index.md new file mode 100644 index 0000000..94c5240 --- /dev/null +++ b/content/page/tags/index.md @@ -0,0 +1,10 @@ +--- +title: Tags +slug: tags +layout: tags +menu: + main: + weight: 50 + params: + icon: tags +---