change layout and simplify landing page
This commit is contained in:
parent
c3279abd56
commit
0203d3ac8b
3 changed files with 7 additions and 14 deletions
11
config.toml
11
config.toml
|
@ -54,20 +54,19 @@ favicon = "/favicon.png"
|
||||||
favicon_mimetype = "image/png"
|
favicon_mimetype = "image/png"
|
||||||
|
|
||||||
menu = [
|
menu = [
|
||||||
{name = "about", url = "about"},
|
|
||||||
{name = "lib", url = "lib"},
|
{name = "lib", url = "lib"},
|
||||||
{name = "blog", url = "blog"},
|
{name = "blog", url = "blog"},
|
||||||
{name = "leaderboard", url = "leaderboard" },
|
{name = "leaderboard", url = "leaderboard" },
|
||||||
{name = "wiki", url = "https://wiki.posixlycorrect.com"},
|
{name = "wiki", url = "https://wiki.posixlycorrect.com"},
|
||||||
{name = "git", url = "https://git.posixlycorrect.com", trailing_slash = false },
|
{name = "git", url = "https://git.posixlycorrect.com"},
|
||||||
{name = "notes", url = "https://notes.posixlycorrect.com"},
|
|
||||||
{name = "ebooks", url = "https://calibre.posixlycorrect.com"},
|
|
||||||
{name = "photos", url = "https://photos.posixlycorrect.com"},
|
|
||||||
{name = "recipes", url = "https://food.posixlycorrect.com"},
|
{name = "recipes", url = "https://food.posixlycorrect.com"},
|
||||||
]
|
]
|
||||||
|
|
||||||
footer_menu = [
|
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]
|
[search]
|
||||||
|
|
|
@ -2,3 +2,5 @@
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Welcome. You have reached the root endpoint of the posixlycorrect server, my home server.
|
Welcome. You have reached the root endpoint of the posixlycorrect server, my home server.
|
||||||
|
|
||||||
|
My name is Fabian Montero, I am a Linux Embedded Engineer. Check out my projects [here](https://git.posixlycorrect.com/fabian?tab=activity) or email me at *fabian [at] posixlycorrect [dot] com*. Get my gpg key [here](https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc).
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
+++
|
|
||||||
title = "about"
|
|
||||||
+++
|
|
||||||
**name:** Fabián Montero
|
|
||||||
**bio:** Linux Embedded Engineer
|
|
||||||
**projects:** [https://git.posixlycorrect.com/fabian/](https://git.posixlycorrect.com/fabian?tab=activity)
|
|
||||||
**email:** fabian [at] posixlycorrect [dot] com
|
|
||||||
**gpg key:** [click here](https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc)
|
|
Loading…
Add table
Add a link
Reference in a new issue