homepage: add tabs

also general minor updates
This commit is contained in:
Fabian Montero 2025-08-25 23:41:38 -06:00
parent 784f4643e8
commit f5f43fe952
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
3 changed files with 6 additions and 2 deletions

View file

@ -21,7 +21,12 @@ favicon_mimetype = "image/png"
menu_items = [
{name = "about", url = "$BASE_URL/about"},
{name = "lib", url = "$BASE_URL/lib"},
{name = "boardgame night highscores", url = "$BASE_URL/leaderboard"}
{name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true},
{name = "git↗", url = "https://git.posixlycorrect.com", newtab = true},
{name = "notes↗", url = "https://notes.posixlycorrect.com", newtab = true},
{name = "ebooks↗", url = "https://calibre.posixlycorrect.com", newtab = true},
{name = "photos↗", url = "https://photos.posixlycorrect.com", newtab = true},
{name = "recipes↗", url = "https://food.posixlycorrect.com", newtab = true},
{name = "bookmarks↗", url = "https://bookmarks.posixlycorrect.com", newtab = true},
]