mirror of https://github.com/jpanther/congo.git
15 lines
189 B
TOML
15 lines
189 B
TOML
|
[[main]]
|
||
|
name = "Blog"
|
||
|
pageRef = "posts"
|
||
|
weight = 10
|
||
|
|
||
|
[[main]]
|
||
|
name = "Categories"
|
||
|
pageRef = "categories"
|
||
|
weight = 20
|
||
|
|
||
|
[[main]]
|
||
|
name = "Tags"
|
||
|
pageRef = "tags"
|
||
|
weight = 30
|