Add posts section

This commit is contained in:
2024-09-22 16:10:26 +02:00
parent 8237b225a9
commit ea85871dfe
2 changed files with 16 additions and 0 deletions

View File

@@ -3,6 +3,12 @@
pageRef = "blogs" pageRef = "blogs"
weight = 10 weight = 10
[[main]]
name = "Posts"
pageRef = "posts"
weight = 10
[[main]] [[main]]
name = "Tags" name = "Tags"
pageRef = "tags" pageRef = "tags"
@@ -20,6 +26,11 @@
pageRef = "blogs" pageRef = "blogs"
weight = 20 weight = 20
[[footer]]
name = "Posts"
pageRef = "posts"
weight = 20
[[footer]] [[footer]]
name = "Tags" name = "Tags"
pageRef = "tags" pageRef = "tags"

5
content/posts/_index.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: "Posts"
article.showTableOfContents: false
---