From f5f43fe952cb68673bb57e81a3516a7fb04a6159 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Mon, 25 Aug 2025 23:41:38 -0600 Subject: [PATCH] homepage: add tabs also general minor updates --- homepage/posixlycorrect/config.toml | 5 +++++ homepage/posixlycorrect/content/lib.md | 1 - .../posixlycorrect/themes/terminimal/templates/index.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/homepage/posixlycorrect/config.toml b/homepage/posixlycorrect/config.toml index 7cf66c2..109b3df 100644 --- a/homepage/posixlycorrect/config.toml +++ b/homepage/posixlycorrect/config.toml @@ -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}, ] diff --git a/homepage/posixlycorrect/content/lib.md b/homepage/posixlycorrect/content/lib.md index 4c55950..a1454d7 100644 --- a/homepage/posixlycorrect/content/lib.md +++ b/homepage/posixlycorrect/content/lib.md @@ -6,5 +6,4 @@ title = "lib" [visual thinking](@/lib/visual_thinking.md)   [be methodical](@/lib/be_methodical.md)   -[art collection](@/lib/art_collection.md)   [digital gardening](https://git.posixlycorrect.com/fabian/digital-gardeners)   \ No newline at end of file diff --git a/homepage/posixlycorrect/themes/terminimal/templates/index.html b/homepage/posixlycorrect/themes/terminimal/templates/index.html index 9462f75..ee0aa6e 100644 --- a/homepage/posixlycorrect/themes/terminimal/templates/index.html +++ b/homepage/posixlycorrect/themes/terminimal/templates/index.html @@ -63,7 +63,7 @@

- Checkout these cool links: + index: {% set page = get_page(path="lib.md") %} {{ post_macros::content(page=page, summary=false) }}