modify css
This commit is contained in:
parent
75cc059556
commit
53cbebf868
28 changed files with 736 additions and 39 deletions
36
config.toml
36
config.toml
|
|
@ -16,26 +16,20 @@ description = "Cyber Witch"
|
|||
# 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'},
|
||||
{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 = 'Mail', icon = 'mail', link = 'mailto:#'},
|
||||
{title = 'Forgejo', icon = 'forgejo', link = '#'},
|
||||
{title = 'gitea', icon = 'gitea', link = '#'},
|
||||
{title = 'codeberg', icon = 'codeberg', link = '#'},
|
||||
{title = 'github', icon = 'github', link = '#'},
|
||||
{title = 'online shop', icon = 'shop', link = '#'},
|
||||
{title = 'Mastodon', icon = 'mastodon', link = '#'},
|
||||
{title = 'Fediverse', icon = 'fediverse', link = '#'},
|
||||
{title = 'Pixelfed', icon = 'pixelfed', link = '#'},
|
||||
{title = 'Matrix', icon = 'matrix', link = '#'},
|
||||
{title = 'Jabber', icon = 'xmpp', link = '#'},
|
||||
{title = 'Signal', icon = 'signal', link = '#'},
|
||||
{title = 'Threema', icon = 'threema', link = '#'},
|
||||
{title = 'Web', icon = 'web', link = 'https://example.com'},
|
||||
]
|
||||
|
||||
# Background Configurations
|
||||
|
|
@ -57,5 +51,5 @@ header_file = "banner.webp" # filename
|
|||
|
||||
[[extra.footer]]
|
||||
copyleft = 'Kasia-Marysia'
|
||||
zola = 'Created With Rust'
|
||||
zola = 'Created With Zola'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue