44 lines
1.4 KiB
TOML
44 lines
1.4 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"
|
|
|
|
# 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:foo@bar.de'},
|
|
{title = 'Forgejo', icon = 'git', link = '#git'},
|
|
{title = 'Mastodon', icon = 'fediverse', link = '#fediverse'},
|
|
{title = 'gitea', icon = 'git', 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 = "yes" # [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 Rust'
|
|
|