mirror of
https://github.com/SebastianStork/blog.git
synced 2026-01-21 14:01:35 +01:00
Add profile
This commit is contained in:
parent
be35c26ff1
commit
2ce305cd5f
2 changed files with 12 additions and 1 deletions
13
config.toml
13
config.toml
|
|
@ -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" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue