21 lines
485 B
TOML
21 lines
485 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]
|
|
|
|
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'},
|
|
]
|
|
|
|
[[extra.footer]]
|
|
copyleft = 'Kasia-Marysia'
|
|
zola = 'Created With Rust'
|
|
|