Add profile

This commit is contained in:
SebastianStork 2025-10-22 15:21:42 +02:00
parent be35c26ff1
commit 2ce305cd5f
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
2 changed files with 12 additions and 1 deletions

View file

@ -21,4 +21,15 @@ header_menu_name = "menu_name"
menu_name = [
{ url = "$BASE_URL/tags/", name = "Tags" },
{ url = "$BASE_URL/about/", name = "About" },
]
]
[extra.profiles."Sebastian Stork"]
avatar_url = "images/stork-avatar.jpg"
name = "Sebastian Stork"
bio = "CS Student & Nix enthusiast"
social = [
{ name = "github", url = "https://github.com/SebastianStork" },
{ name = "forgejo", url = "https://git.sstork.dev/SebastianStork" },
{ name = "linkedin", url = "https://www.linkedin.com/in/sebastian-stork" },
{ name = "rss", url = "$BASE_URL/atom.xml" },
]