Skip to content

Commit

Permalink
Example of nonworking social network add
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaas- authored Dec 7, 2024
1 parent b06949e commit 7bafcf2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ networks = [
networks = [
"facebook",
"bluesky",
"linkedin"
"linkedin",
"wikipedia"
]

[params.ananke.social.facebook]
Expand All @@ -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"

0 comments on commit 7bafcf2

Please sign in to comment.