Compare commits

...

2 commits

Author SHA1 Message Date
Fabian Montero 4fd192a71d
add docs tab 2024-08-28 12:27:31 -06:00
Fabian Montero 9a14976e84
remove blog tab (all content relocated to wiki) 2024-08-28 12:27:18 -06:00

View file

@ -21,12 +21,12 @@ favicon_mimetype = "image/png"
menu_items = [
{name = "about", url = "$BASE_URL/about"},
{name = "lib", url = "$BASE_URL/lib"},
{name = "blog", url = "$BASE_URL/blog"},
{name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true},
{name = "git↗", url = "https://git.posixlycorrect.com", newtab = true},
{name = "pastebin↗", url = "https://send.posixlycorrect.com/", newtab = true},
{name = "comms", url = "$BASE_URL/comms"},
{name = "stream↗", url = "https://stream.posixlycorrect.com/", newtab = true},
{name = "analog photo", url = "$BASE_URL/analog-photography"},
{name = "docs↗", url = "https://docs.posixlycorrect.com", newtab = true},
{name = "status↗", url = "https://status.posixlycorrect.com/", newtab = true},
]