1
0
Fork 0
This commit is contained in:
Harald Hoyer 2023-09-14 16:54:25 +02:00
parent e812146cfa
commit 7cc891cc40

View file

@ -2,7 +2,7 @@ title = "Harald Hoyer"
description = "Triple Faults for Debug"
# The URL the site will be built for
base_url = "https://testharald.hoyer.xyz"
base_url = "https://harald.hoyer.xyz"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
@ -17,6 +17,7 @@ taxonomies = [
]
generate_feed = true
feed_filename = "rss.xml"
[markdown]
@ -29,9 +30,9 @@ render_emoji = true
#highlight_theme = "dracula"
#highlight_theme = "inspired-github"
#highlight_theme = "ir-white"
highlight_theme = "ir-white"
#highlight_theme = "material-light"
highlight_theme = "base16-ocean-dark"
#highlight_theme = "base16-ocean-dark"
extra_syntaxes_and_themes = [
"syntaxes",
@ -45,17 +46,17 @@ extra_syntaxes_and_themes = [
author = "Harald Hoyer"
clean_blog_menu = [
{url = "$BASE_URL", name = "Home"},
{url = "/", name = "Home"},
{url = "https://photo-harald.hoyer.xyz/", name = "Photos"},
{url = "$BASE_URL/impressum", name = "Impressum"},
{url = "/impressum", name = "Impressum"},
]
clean_blog_social = [
{url = "https://hoyer.xyz/profile/harald", icon="fab fa-mastodon"},
# {url = "https://hoyer.xyz/profile/harald", icon="fab fa-mastodon"},
{url = "https://floss.social/@backslash", icon="fab fa-mastodon"},
{url = "https://github.com/haraldh", icon="fab fa-github"},
{url = "https://keybase.io/haraldhoyer/", icon="fab fa-keybase"},
{url = "https://floss.social/@backslash", icon="fab fa-mastodon"},
{url = "$BASE_URL/rss.xml", icon="fas fa-rss"}
{url = "/rss.xml", icon="fas fa-rss"}
]