update
This commit is contained in:
parent
e812146cfa
commit
7cc891cc40
17
config.toml
17
config.toml
|
@ -2,7 +2,7 @@ title = "Harald Hoyer"
|
||||||
description = "Triple Faults for Debug"
|
description = "Triple Faults for Debug"
|
||||||
|
|
||||||
# The URL the site will be built for
|
# 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
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
@ -17,6 +17,7 @@ taxonomies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
generate_feed = true
|
generate_feed = true
|
||||||
|
feed_filename = "rss.xml"
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
|
|
||||||
|
@ -29,9 +30,9 @@ render_emoji = true
|
||||||
|
|
||||||
#highlight_theme = "dracula"
|
#highlight_theme = "dracula"
|
||||||
#highlight_theme = "inspired-github"
|
#highlight_theme = "inspired-github"
|
||||||
#highlight_theme = "ir-white"
|
highlight_theme = "ir-white"
|
||||||
#highlight_theme = "material-light"
|
#highlight_theme = "material-light"
|
||||||
highlight_theme = "base16-ocean-dark"
|
#highlight_theme = "base16-ocean-dark"
|
||||||
|
|
||||||
extra_syntaxes_and_themes = [
|
extra_syntaxes_and_themes = [
|
||||||
"syntaxes",
|
"syntaxes",
|
||||||
|
@ -45,17 +46,17 @@ extra_syntaxes_and_themes = [
|
||||||
author = "Harald Hoyer"
|
author = "Harald Hoyer"
|
||||||
|
|
||||||
clean_blog_menu = [
|
clean_blog_menu = [
|
||||||
{url = "$BASE_URL", name = "Home"},
|
{url = "/", name = "Home"},
|
||||||
{url = "https://photo-harald.hoyer.xyz/", name = "Photos"},
|
{url = "https://photo-harald.hoyer.xyz/", name = "Photos"},
|
||||||
{url = "$BASE_URL/impressum", name = "Impressum"},
|
{url = "/impressum", name = "Impressum"},
|
||||||
]
|
]
|
||||||
|
|
||||||
clean_blog_social = [
|
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://github.com/haraldh", icon="fab fa-github"},
|
||||||
{url = "https://keybase.io/haraldhoyer/", icon="fab fa-keybase"},
|
{url = "https://keybase.io/haraldhoyer/", icon="fab fa-keybase"},
|
||||||
{url = "https://floss.social/@backslash", icon="fab fa-mastodon"},
|
{url = "/rss.xml", icon="fas fa-rss"}
|
||||||
{url = "$BASE_URL/rss.xml", icon="fas fa-rss"}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue