homepage: add tabs
also general minor updates
This commit is contained in:
parent
784f4643e8
commit
f5f43fe952
3 changed files with 6 additions and 2 deletions
|
@ -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},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue