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