fvezzoli.villavasco.ovh/themes/cleanwasteland/data/cleanwasteland/social.toml

42 lines
662 B
TOML

[[icons]]
id = "email"
url = "mailto:%s"
title = "Email me"
icon = "fas fa-at"
attribute = ""
[[icons]]
id = "facebook"
url = "https://www.facebook.com/%s"
title = "Facebook"
icon = "fab fa-facebook-f"
attribute = ""
[[icons]]
id = "github"
url = "https://github.com/%s"
title = "GitHub"
icon = "fab fa-github"
attribute = ""
[[icons]]
id = "twitter"
url = "https://twitter.com/%s"
title = "Twitter"
icon = "fab fa-twitter"
attribute = ""
[[icons]]
id = "keybase"
url = "https://keybase.io/%s"
title = "Keybase"
icon = "fab fa-keybase"
attribute = ""
[[icons]]
id = "mastodon"
url = "%s"
title = "Mastodon"
icon = "fab fa-mastodon"
attribute = "rel=\"me\""