Zola-Socialcard/config.toml
2025-04-05 07:45:56 +02:00

26 lines
571 B
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 = "Foo Bar"
social = [
{title = 'Mail', icon = 'mail', link = 'mailto:foo@bar.de'},
{title = 'Git', icon = 'git', link = '#git'},
{title = 'Fediverse', icon = 'fediverse', link = '#fediverse'},
{title = 'Web', icon = 'web', link = 'https://example.com'},
]
backgroundcolor = "#10A1EE"
backgroundimage = "img/background.svg"
[[extra.footer]]
copyleft = 'Kasia-Marysia'
zola = 'Created With Rust'