mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-12 04:23:14 +00:00
73 lines
1.2 KiB
TOML
73 lines
1.2 KiB
TOML
[[main]]
|
|
name = "About"
|
|
pageRef = "/about/"
|
|
weight = 10
|
|
|
|
[[main]]
|
|
name = "Blog"
|
|
pageRef = "/blog/"
|
|
weight = 20
|
|
|
|
[[main]]
|
|
name = "Projects"
|
|
pageRef = "/projects/"
|
|
weight = 30
|
|
|
|
[[main]]
|
|
name = "Sample project"
|
|
pageRef = "/projects/sample-project/"
|
|
parent = "Projects"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
name = "Another project"
|
|
pageRef = "/projects/another-project/"
|
|
parent = "Projects"
|
|
weight = 2
|
|
|
|
[[main]]
|
|
name = "Tags"
|
|
pageRef = "/tags/"
|
|
weight = 40
|
|
|
|
[[social]]
|
|
name = "LinkedIn"
|
|
pre = "fab linkedin"
|
|
url = "https://linkedin.com/"
|
|
weight = 10
|
|
|
|
[[social]]
|
|
name = "GitHub"
|
|
pre = "fab fa-github"
|
|
url = "https://github.com/"
|
|
weight = 20
|
|
|
|
[[social]]
|
|
name = "Medium"
|
|
pre = "fab medium"
|
|
url = "https://medium.com/"
|
|
weight = 30
|
|
|
|
# toml-docs-start sample-navigation
|
|
[[sample]]
|
|
name = "Blog"
|
|
pageRef = "/blog/"
|
|
weight = 10
|
|
|
|
[[sample]]
|
|
name = "Projects"
|
|
pageRef = "/projects/"
|
|
weight = 20
|
|
|
|
[[sample]]
|
|
name = "Sample project"
|
|
pageRef = "/projects/sample-project/"
|
|
parent = "Projects"
|
|
weight = 1
|
|
|
|
[[sample]]
|
|
name = "Another project"
|
|
pageRef = "/projects/another-project/"
|
|
parent = "Projects"
|
|
weight = 2
|
|
# toml-docs-end sample-navigation |