50 lines
966 B
TOML
50 lines
966 B
TOML
[[main]]
|
|
name = "Home"
|
|
url = ""
|
|
weight = 10
|
|
|
|
[[main]]
|
|
name = "About"
|
|
url = "about"
|
|
weight = 20
|
|
|
|
[[main]]
|
|
identifier = "blog"
|
|
name = "Blog"
|
|
weight = 40
|
|
|
|
[[main]]
|
|
name = "All"
|
|
url = "post"
|
|
weight = 100
|
|
parent = "blog"
|
|
|
|
[[main]]
|
|
name = "Hugo"
|
|
url = "tags/hugo"
|
|
weight = 20
|
|
parent = "blog"
|
|
|
|
[[main]]
|
|
name = "Bootstrap"
|
|
url = "tags/bootstrap"
|
|
weight = 30
|
|
parent = "blog"
|
|
|
|
[[main]]
|
|
identifier = "docs"
|
|
name = "Docs"
|
|
url = "page"
|
|
weight = 50
|
|
|
|
[[social]]
|
|
name = "GitHub"
|
|
pre = "<svg xmlns='http://www.w3.org/2000/svg' class='feather feather-github'><use href='/hugo-bootstrap-theme/images/feather/feather-sprite.svg#github'/></svg>"
|
|
url = "https://github.com/filipecarneiro/hugo-bootstrap-theme/"
|
|
weight = 10
|
|
|
|
[[social]]
|
|
name = "Twitter"
|
|
pre = "<svg xmlns='http://www.w3.org/2000/svg' class='feather feather-twitter'><use href='/hugo-bootstrap-theme/images/feather/feather-sprite.svg#twitter'/></svg>"
|
|
url = "https://twitter.com/jfilipecarneiro/"
|
|
weight = 20 |