mirror of
https://github.com/SebastianStork/blog.git
synced 2026-01-21 12:51: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"
|
base_url = "https://sstork.dev"
|
||||||
theme = "linkita"
|
theme = "kita"
|
||||||
|
|
||||||
title = "sstork.dev"
|
title = "sstork.dev"
|
||||||
author = "Sebastian Stork"
|
author = "Sebastian Stork"
|
||||||
|
|
@ -10,26 +10,32 @@ taxonomies = [
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
highlight_code = true
|
highlight_code = true
|
||||||
highlight_theme = "material-dark"
|
|
||||||
render_emoji = true
|
|
||||||
bottom_footnotes = true
|
|
||||||
|
|
||||||
[extra]
|
[[extra.menu]]
|
||||||
header_menu_name = "menu_name"
|
name = "Tags"
|
||||||
|
url = "$BASE_URL/tags/"
|
||||||
|
|
||||||
[extra.menus]
|
[[extra.menu]]
|
||||||
menu_name = [
|
name = "About"
|
||||||
{ url = "$BASE_URL/tags/", name = "Tags" },
|
url = "$BASE_URL/about/"
|
||||||
{ url = "$BASE_URL/about/", name = "About" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[extra.profiles."Sebastian Stork"]
|
[extra.profile]
|
||||||
avatar_url = "images/stork-avatar.jpg"
|
avatar_url = "images/stork-avatar.jpg"
|
||||||
name = "Sebastian Stork"
|
name = "Sebastian Stork"
|
||||||
bio = "CS Student & Nix enthusiast"
|
bio = "CS Student & Nix enthusiast"
|
||||||
social = [
|
|
||||||
{ name = "github", url = "https://github.com/SebastianStork" },
|
[[extra.profile.social]]
|
||||||
{ name = "forgejo", url = "https://git.sstork.dev/SebastianStork" },
|
name = "github"
|
||||||
{ name = "linkedin", url = "https://www.linkedin.com/in/sebastian-stork" },
|
url = "https://github.com/SebastianStork"
|
||||||
{ name = "rss", url = "$BASE_URL/atom.xml" },
|
|
||||||
]
|
[[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"
|
||||||
|
|
|
||||||
10
flake.lock
generated
10
flake.lock
generated
|
|
@ -3,16 +3,16 @@
|
||||||
"linkita": {
|
"linkita": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1761138491,
|
"lastModified": 1761155460,
|
||||||
"narHash": "sha256-u+oSvkk8ylbT4xdBCLYl4HuV0jN59IH28YQGt8FMBtU=",
|
"narHash": "sha256-A+UPcSINYsCG95b6RLu1cvcP9SpxI8CV4Id1IB3WocA=",
|
||||||
"owner": "SebastianStork",
|
"owner": "SebastianStork",
|
||||||
"repo": "linkita",
|
"repo": "kita",
|
||||||
"rev": "6a3159e6477eb07646dda32ddc5be974298d5a48",
|
"rev": "ded1aaeeb93600bf9175b9d3578624b59fec7120",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "SebastianStork",
|
"owner": "SebastianStork",
|
||||||
"repo": "linkita",
|
"repo": "kita",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
linkita = {
|
linkita = {
|
||||||
url = "github:SebastianStork/linkita";
|
url = "github:SebastianStork/kita";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
mkdir -p themes
|
mkdir -p themes
|
||||||
ln -snf "${linkita}" themes/linkita
|
ln -snf "${linkita}" themes/kita
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue