mirror of
https://github.com/SebastianStork/blog.git
synced 2026-01-21 14:01:35 +01:00
Switch to kita theme
This commit is contained in:
parent
f2874409e5
commit
b71aa1f619
3 changed files with 31 additions and 25 deletions
42
config.toml
42
config.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue