2022-10-29 11:13:21 +02:00
#The nexessary stuff/decessary stuff
2023-02-03 15:00:57 +01:00
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. His favorite system is Mothership."
2022-10-29 10:39:10 +02:00
generate_feed = true
compile_sass = true
minify_html = true
taxonomies = [
{ name = "tags" , feed = true } ,
]
[ markdown ]
highlight_code = true
highlight_theme = "ayu-dark"
[ extra ]
2023-02-05 22:00:05 +01:00
toc = false
2022-10-29 10:39:10 +02:00
use_cdn = false
2022-10-29 11:13:21 +02:00
#Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
2022-10-29 10:39:10 +02:00
favicon = ""
2022-10-29 11:13:21 +02:00
#This header image is used for SEO. For example if you were to share an image via Messenger/Instagram/Twitter a preview picture is also presented
2022-10-29 10:39:10 +02:00
headerImage = ""
2022-10-29 11:13:21 +02:00
# The icon is display besides the menu text but is not necessary. It needs to be placed under "menu_icon" in the static "folder"
2022-10-29 10:39:10 +02:00
menu = [
2023-02-05 22:00:05 +01:00
{ name = "Campaign Log" , url = "/tags/campaign" , weight = 1 , icon = "campaign.png" } ,
2022-10-29 10:39:10 +02:00
{ name = "Projects" , url = "/projects" , weight = 1 , icon = "projects.png" } ,
2023-02-05 22:00:05 +01:00
{ name = "About" , url = "/about" , weight = 2 , icon = "avatar.png" } ,
2022-10-29 10:39:10 +02:00
]
2022-10-29 11:13:21 +02:00
#The icons available can be found in "social_icons" in the "static" folder
2022-10-29 10:39:10 +02:00
socials = [
2023-02-05 22:00:05 +01:00
{ name = "fediverse" , url = "https://m.k0r.in/@rpg" , icon = "mastodon" } ,
{ name = "discord" , url = "https://discord.gg/fGqa8JCqZM" , icon = "discord" } ,
2023-02-03 15:00:57 +01:00
]