add theme, style and new assets

This commit is contained in:
Kaisa Marysia 2025-04-11 16:22:07 +02:00
parent 44fe91d805
commit dfa924a58b
28 changed files with 11064 additions and 21 deletions

View file

@ -8,17 +8,35 @@ highlight_code = true
[extra]
name = "Foo Bar"
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 = 'Git', icon = 'git', link = '#git'},
{title = 'Fediverse', icon = 'fediverse', link = '#fediverse'},
{title = 'Web', icon = 'web', link = 'https://example.com'},
{title = 'Forgejo', icon = 'git', link = '#git'},
{title = 'Mastodon', icon = 'fediverse', link = '#fediverse'},
{title = 'gitea', icon = 'git', link = 'https://example.com'},
]
backgroundcolor = "#10A1EE"
backgroundimage = "img/background.svg"
# 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'