Configured the theme
This commit is contained in:
32
config/_default/menus.en.toml
Normal file
32
config/_default/menus.en.toml
Normal 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
|
Reference in New Issue
Block a user