change layout and simplify landing page

This commit is contained in:
Fabian Montero 2025-09-16 13:36:57 -06:00
parent c3279abd56
commit 0203d3ac8b
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
3 changed files with 7 additions and 14 deletions

View file

@ -54,20 +54,19 @@ favicon = "/favicon.png"
favicon_mimetype = "image/png"
menu = [
{name = "about", url = "about"},
{name = "lib", url = "lib"},
{name = "blog", url = "blog"},
{name = "leaderboard", url = "leaderboard" },
{name = "wiki", url = "https://wiki.posixlycorrect.com"},
{name = "git", url = "https://git.posixlycorrect.com", trailing_slash = false },
{name = "notes", url = "https://notes.posixlycorrect.com"},
{name = "ebooks", url = "https://calibre.posixlycorrect.com"},
{name = "photos", url = "https://photos.posixlycorrect.com"},
{name = "git", url = "https://git.posixlycorrect.com"},
{name = "recipes", url = "https://food.posixlycorrect.com"},
]
footer_menu = [
{url = "https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc", name = "gpg key", trailing_slash = true},
{url = "https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc", name = "gpg key"},
{name = "notes", url = "https://notes.posixlycorrect.com"},
{name = "ebooks", url = "https://calibre.posixlycorrect.com"},
{name = "photos", url = "https://photos.posixlycorrect.com"},
]
[search]