add bookmark to nav and add aurhelper to bookmark

This commit is contained in:
Night Kaly 2024-02-27 12:22:37 +00:00
parent 089d4b4616
commit 0f2775e023
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE
2 changed files with 9 additions and 0 deletions

View file

@ -25,6 +25,11 @@ title = "Oscar Fu"
url = "/links" url = "/links"
weight = 40 weight = 40
[[menu.main]]
name = "Bookmarks"
url = "/bookmarks"
weight = 50
[[menu.social]] [[menu.social]]
name = "Codeberg" name = "Codeberg"
pre = "codeberg" pre = "codeberg"

View file

@ -208,6 +208,10 @@
{ {
"title": "wmenu", "title": "wmenu",
"link": "https://sr.ht/~adnano/wmenu/" "link": "https://sr.ht/~adnano/wmenu/"
},
{
"title": "aureate",
"link": "https://github.com/swindlesmccoop/aureate"
} }
] ]
}, },