Initial navbar menus implementation (fixes #56 and #62)

I'm aware that the styles are very messy, I'm going to rewrite the whole
_nav.scss to be more DRY later.
This commit is contained in:
daudix
2024-08-25 23:56:17 +03:00
parent f029b0bc93
commit 7ebea6c1b2
4 changed files with 122 additions and 162 deletions

View File

@ -112,6 +112,11 @@ links = [
{ url = "@/blog/_index.md", name = "Blog" },
{ url = "@/demo/index.md", name = "Demo" },
{ url = "@/tricks/index.md", name = "Tricks" },
{ name = "Menu" , sublinks = [
{ url = "@/blog/_index.md", name = "Blog" },
{ url = "@/demo/index.md", name = "Demo" },
{ url = "@/tricks/index.md", name = "Tricks" },
]},
]
[extra.footer]