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},
|
||||
]
|
||||
|
|
|
@ -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)  
|
|
@ -63,7 +63,7 @@
|
|||
</br>
|
||||
</br>
|
||||
|
||||
Checkout these cool links:
|
||||
index:
|
||||
|
||||
{% set page = get_page(path="lib.md") %}
|
||||
{{ post_macros::content(page=page, summary=false) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue