38 lines
1.4 KiB
TOML
38 lines
1.4 KiB
TOML
#The nexessary stuff/decessary stuff
|
|
|
|
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."
|
|
generate_feed = true
|
|
compile_sass = true
|
|
minify_html = true
|
|
|
|
taxonomies = [
|
|
{name = "tags", feed = true},
|
|
]
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
highlight_theme = "ayu-dark"
|
|
|
|
[extra]
|
|
toc = false
|
|
use_cdn = false
|
|
|
|
#Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
|
|
favicon = ""
|
|
|
|
#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
|
|
headerImage = ""
|
|
|
|
# The icon is display besides the menu text but is not necessary. It needs to be placed under "menu_icon" in the static "folder"
|
|
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" },
|
|
]
|
|
#The icons available can be found in "social_icons" in the "static" folder
|
|
socials = [
|
|
{ name = "fediverse", url = "https://m.k0r.in/@rpg", icon = "mastodon" },
|
|
{ name = "discord", url = "https://discord.gg/fGqa8JCqZM", icon = "discord" },
|
|
]
|