Example of nonworking social network add

This commit is contained in:
Klaas Demter 2024-12-07 12:02:17 +01:00 committed by GitHub
parent b06949eb2d
commit 7bafcf27c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,8 @@ networks = [
networks = [
"facebook",
"bluesky",
"linkedin"
"linkedin",
"wikipedia"
]
[params.ananke.social.facebook]
@ -69,3 +70,13 @@ username = "patrickkollitsch"
[params.ananke.social.bluesky]
username = "kollitsch.dev"
[params.ananke.social.wikipedia]
username = "Hugo_(software)"
[[params.ananke.social.networks]]
slug = "wikipedia"
label = "Wikipedia"
color = "#0645ad"
profile = "https://en.wikipedia.org/wiki/%s"
icon = "wikipedia-w"