mirror of
https://github.com/zoriya/blog.git
synced 2025-12-05 22:16:10 +00:00
26 lines
384 B
TOML
26 lines
384 B
TOML
[[main]]
|
|
name = "Blogs"
|
|
pageRef = "blogs"
|
|
weight = 10
|
|
|
|
[[main]]
|
|
name = "GitHub"
|
|
url = "https://github.com/zoriya"
|
|
weight = 30
|
|
[main.params]
|
|
icon = "github"
|
|
showName = false
|
|
target = "_blank"
|
|
|
|
[[main]]
|
|
identifier = "search"
|
|
weight = 99
|
|
[main.params]
|
|
action = "search"
|
|
icon = "search"
|
|
|
|
[[footer]]
|
|
name = "Tags"
|
|
pageRef = "tags"
|
|
weight = 20
|