fix navigation
This commit is contained in:
parent
c0c6a0d319
commit
2d99c574c6
1 changed files with 5 additions and 5 deletions
10
config.toml
10
config.toml
|
@ -27,15 +27,15 @@ highlight_theme = "rosepine"
|
||||||
logo_text = "CherryKitten"
|
logo_text = "CherryKitten"
|
||||||
|
|
||||||
menu_items = [
|
menu_items = [
|
||||||
{name = "Home", url = "$BASE_URL"},
|
{name = "Home", url = "cherrykitten.dev"},
|
||||||
|
|
||||||
{name = "About me", url = "$BASE_URL/about"},
|
{name = "About me", url = "cherrykitten.dev/about"},
|
||||||
|
|
||||||
{name = "Blog", url = "$BASE_URL/blog"},
|
{name = "Blog", url = "cherrykitten.dev/blog"},
|
||||||
|
|
||||||
{name = "CV", url = "$BASE_URL/cv"},
|
{name = "CV", url = "cherrykitten.dev/cv"},
|
||||||
|
|
||||||
{name = "Contact", url = "$BASE_URL/contact"},
|
{name = "Contact", url = "cherrykitten.dev/contact"},
|
||||||
]
|
]
|
||||||
|
|
||||||
page_titles = "combined"
|
page_titles = "combined"
|
||||||
|
|
Loading…
Reference in a new issue