update layout and add digital gardening link

This commit is contained in:
Fabian Montero 2024-08-13 20:08:49 -06:00
parent 8a8a20ce19
commit 21fb163a04
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
4 changed files with 26 additions and 18 deletions

View file

@ -20,12 +20,12 @@ favicon_mimetype = "image/png"
menu_items = [
{name = "about", url = "$BASE_URL/about"},
{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 = "lib", url = "$BASE_URL/lib"},
{name = "stream", url = "https://stream.posixlycorrect.com/", newtab = true},
{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"},
]