From ea85871dfe010ead683e6c9081ab6290826256ee Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 22 Sep 2024 16:10:26 +0200 Subject: [PATCH] Add posts section --- config/_default/menu.en.toml | 11 +++++++++++ content/posts/_index.md | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 content/posts/_index.md diff --git a/config/_default/menu.en.toml b/config/_default/menu.en.toml index 9d0c972..a4d2eed 100644 --- a/config/_default/menu.en.toml +++ b/config/_default/menu.en.toml @@ -3,6 +3,12 @@ pageRef = "blogs" weight = 10 +[[main]] + name = "Posts" + pageRef = "posts" + weight = 10 + + [[main]] name = "Tags" pageRef = "tags" @@ -20,6 +26,11 @@ pageRef = "blogs" weight = 20 +[[footer]] + name = "Posts" + pageRef = "posts" + weight = 20 + [[footer]] name = "Tags" pageRef = "tags" diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..7b772c1 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,5 @@ +--- +title: "Posts" +article.showTableOfContents: false +--- +