update style, add div hyperlinks
This commit is contained in:
parent
dfa924a58b
commit
75cc059556
5 changed files with 116 additions and 7 deletions
19
config.toml
19
config.toml
|
|
@ -9,6 +9,7 @@ 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/
|
||||
|
|
@ -19,6 +20,22 @@ social = [
|
|||
{title = 'Forgejo', icon = 'git', link = '#git'},
|
||||
{title = 'Mastodon', icon = 'fediverse', link = '#fediverse'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
{title = 'gitea', icon = 'git', link = 'https://example.com'},
|
||||
]
|
||||
|
||||
# Background Configurations
|
||||
|
|
@ -29,7 +46,7 @@ social = [
|
|||
|
||||
backgroundcolor = "#acab00"
|
||||
backgroundimage = "img/background-sonic.svg" # [background-sonic|background-chess_small|background-chess_big|background-intro]
|
||||
backgroundrepeat = "yes" # [yes|no]
|
||||
backgroundrepeat = "no" # [yes|no]
|
||||
backgroundvignette = "yes" # [yes|no]
|
||||
|
||||
# if you want to use a header, set the header option to yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue