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 untrusted user: 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 = [ menu_items = [
{name = "about", url = "$BASE_URL/about"}, {name = "about", url = "$BASE_URL/about"},
{name = "lib", url = "$BASE_URL/lib"}, {name = "lib", url = "$BASE_URL/lib"},
{name = "boardgame night highscores", url = "$BASE_URL/leaderboard"}
{name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true}, {name = "wiki↗", url = "https://wiki.posixlycorrect.com", newtab = true},
{name = "git↗", url = "https://git.posixlycorrect.com", newtab = true}, {name = "git↗", url = "https://git.posixlycorrect.com", newtab = true},
{name = "notes↗", url = "https://notes.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},
] ]

View file

@ -6,5 +6,4 @@ title = "lib"
[visual thinking](@/lib/visual_thinking.md)   [visual thinking](@/lib/visual_thinking.md)  
[be methodical](@/lib/be_methodical.md)   [be methodical](@/lib/be_methodical.md)  
[art collection](@/lib/art_collection.md)  
[digital gardening](https://git.posixlycorrect.com/fabian/digital-gardeners)   [digital gardening](https://git.posixlycorrect.com/fabian/digital-gardeners)  

View file

@ -63,7 +63,7 @@
</br> </br>
</br> </br>
Checkout these cool links: index:
{% set page = get_page(path="lib.md") %} {% set page = get_page(path="lib.md") %}
{{ post_macros::content(page=page, summary=false) }} {{ post_macros::content(page=page, summary=false) }}