Configured the theme

This commit is contained in:
2024-04-15 13:50:42 +02:00
parent 817595b075
commit c27fea312f
12 changed files with 198 additions and 2 deletions

View File

@@ -0,0 +1,32 @@
[[main]]
name = "Blog"
weight = 10
[[main]]
name = "Posts"
pageRef = "/posts"
weight = 11
parent = "Blog"
[[main]]
name = "Categories"
pageRef = "/categories"
weight = 12
parent = "Blog"
[[main]]
name = "Series"
pageRef = "/series"
weight = 13
parent = "Blog"
[[main]]
name = "About me"
pageRef = "/about-me"
weight = 20
[[main]]
identifier = "rss"
pre = "rss"
url = "/index.xml"
weight = 30