theme and icon adaption

main
Norman Köhring 1 year ago
parent 9da1e9af18
commit 4b9ca74ef9

@ -1,12 +1,33 @@
base_url = "https://tiskifer.dk"
title = "Dan Tiskifer"
description = "Dan Tiskifer writes stories, adventures and settings for tabletop roleplaying games, as well as leads regular rounds. They prefer rules-light systems, like Mothership and Cthulhu Dark."
generate_feed = true
compile_sass = false
build_search_index = true
minify_html = true
theme = "shadharon"
taxonomies = [
{name = "tags", feed = true},
]
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[extra]
# Put all your custom variables here
toc = false
use_cdn = false
favicon = "/menu_icon/avatar.png"
headerImage = "/menu_icon/avatar.png"
menu = [
{ name = "Campaign Log", url = "/tags/campaign", weight = 1, icon = "campaign.png" },
{ name = "Projects", url = "/projects", weight = 1, icon = "projects.png" },
{ name = "About", url = "/about", weight = 2, icon = "avatar.png" },
]
socials = [
{ name = "fediverse", url = "https://m.k0r.in/@rpg", icon = "mastodon" },
{ name = "discord", url = "https://discord.gg/fGqa8JCqZM", icon = "discord" },
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Loading…
Cancel
Save