Switch to kita theme

This commit is contained in:
SebastianStork 2025-10-22 19:51:36 +02:00
parent f2874409e5
commit b71aa1f619
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
3 changed files with 31 additions and 25 deletions

View file

@ -1,5 +1,5 @@
base_url = "https://sstork.dev"
theme = "linkita"
theme = "kita"
title = "sstork.dev"
author = "Sebastian Stork"
@ -10,26 +10,32 @@ taxonomies = [
[markdown]
highlight_code = true
highlight_theme = "material-dark"
render_emoji = true
bottom_footnotes = true
[extra]
header_menu_name = "menu_name"
[[extra.menu]]
name = "Tags"
url = "$BASE_URL/tags/"
[extra.menus]
menu_name = [
{ url = "$BASE_URL/tags/", name = "Tags" },
{ url = "$BASE_URL/about/", name = "About" },
]
[[extra.menu]]
name = "About"
url = "$BASE_URL/about/"
[extra.profiles."Sebastian Stork"]
[extra.profile]
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" },
]
[[extra.profile.social]]
name = "github"
url = "https://github.com/SebastianStork"
[[extra.profile.social]]
name = "forgejo"
url = "https://git.sstork.dev/SebastianStork"
[[extra.profile.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/sebastian-stork"
[[extra.profile.social]]
name = "rss"
url = "$BASE_URL/atom.xml"