Initial commit

This commit is contained in:
yann64
2023-10-16 10:13:48 +02:00
commit 51b57c647c
15 changed files with 269 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
[[main]]
name = "Home"
url = ""
weight = 10
[[main]]
name = "A propos"
url = "about.fr"
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

View File

@@ -0,0 +1,50 @@
[[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