Zola-Socialcard/config.toml
2025-04-12 22:40:50 +02:00

55 lines
1.9 KiB
TOML

# The URL the site will be built for
base_url = "https://qra-it.de"
compile_sass = true
build_search_index = false
[markdown]
highlight_code = true
[extra]
name = "Kasiandra Richmond"
description = "Cyber Witch"
# Links will be set here. Enter the Title which should be shown on the site
# icon is the svg filename (icon.svg) which are stored in static/img/
# link set the hyperlink
social = [
{title = 'Mail', icon = 'mail', link = 'mailto:#'},
{title = 'Forgejo', icon = 'forgejo', link = '#'},
{title = 'gitea', icon = 'gitea', link = '#'},
{title = 'codeberg', icon = 'codeberg', link = '#'},
{title = 'github', icon = 'github', link = '#'},
{title = 'online shop', icon = 'shop', link = '#'},
{title = 'Mastodon', icon = 'mastodon', link = '#'},
{title = 'Fediverse', icon = 'fediverse', link = '#'},
{title = 'Pixelfed', icon = 'pixelfed', link = '#'},
{title = 'Matrix', icon = 'matrix', link = '#'},
{title = 'Jabber', icon = 'xmpp', link = '#'},
{title = 'Signal', icon = 'signal', link = '#'},
{title = 'Threema', icon = 'threema', link = '#'},
{title = 'Web', icon = 'web', link = 'https://example.com'},
]
# Background Configurations
# Set the overlay Background Color at 'backgroundcolor'
# Set the background file name, select one of the list
# you may set if the background image should be set as cover (no) or repeat at X and Y (yes)
# also you may onfigure a vignette effect with yes and no
backgroundcolor = "#acab00"
backgroundimage = "img/background-sonic.svg" # [background-sonic|background-chess_small|background-chess_big|background-intro]
backgroundrepeat = "no" # [yes|no]
backgroundvignette = "yes" # [yes|no]
# if you want to use a header, set the header option to yes
# you may also use a custom header, set the filename under header_file and save the file under static/img/
header = "yes" # [yes|no]
header_file = "banner.webp" # filename
[[extra.footer]]
copyleft = 'Kasia-Marysia'
zola = 'Created With Zola'