diff --git a/config.toml b/config.toml index 4f2cd4f..68c38ce 100644 --- a/config.toml +++ b/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" }, -] \ No newline at end of file +] + +[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" }, +] diff --git a/static/images/stork-avatar.jpg b/static/images/stork-avatar.jpg new file mode 100644 index 0000000..d769915 Binary files /dev/null and b/static/images/stork-avatar.jpg differ