diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 846a7756..f8a01ca2 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -42,10 +42,12 @@ title = "Blowfish" # { instagram = "https://instagram.com/username" }, # { itch-io = "https://username.itch.io" }, # { keybase = "https://keybase.io/username" }, +# { keyoxide = "https://keyoxide.org/URI" }, # { kickstarter = "https://www.kickstarter.com/profile/username" }, # { lastfm = "https://lastfm.com/user/username" }, # { linkedin = "https://linkedin.com/in/username" }, # { mastodon = "https://mastodon.instance/@username" }, +# { matrix = "https://matrix.to/#/URI" }, # { medium = "https://medium.com/username" }, # { microsoft = "https://www.microsoft.com/" }, # { orcid = "https://orcid.org/userid" }, @@ -53,6 +55,7 @@ title = "Blowfish" # { pinterest = "https://pinterest.com/username" }, # { reddit = "https://reddit.com/user/username" }, # { researchgate = "https://www.researchgate.net/profile/username" }, +# { signal = "https://signal.me/#eu/userid" }, # { slack = "https://workspace.url/team/userid" }, # { snapchat = "https://snapchat.com/add/username" }, # { soundcloud = "https://soundcloud.com/username" }, diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index c31d302b..fd200846 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -42,6 +42,7 @@ The full list of built-in icons and their corresponding names can referenced bel | expand | {{< icon expand >}} | | eye | {{< icon eye >}} | | facebook | {{< icon facebook >}} | +| fediverse | {{< icon fediverse >}} | | fire | {{< icon fire >}} | | flickr | {{< icon flickr >}} | | fork | {{< icon fork >}} | @@ -61,6 +62,7 @@ The full list of built-in icons and their corresponding names can referenced bel | instagram | {{< icon instagram >}} | | itch-io | {{< icon itch-io >}} | | keybase | {{< icon keybase >}} | +| keyoxide | {{< icon keyoxide >}} | | kickstarter | {{< icon kickstarter >}} | | ko-fi | {{< icon ko-fi >}} | | language | {{< icon language >}} | @@ -73,6 +75,7 @@ The full list of built-in icons and their corresponding names can referenced bel | location-dot | {{< icon location-dot >}} | | lock | {{< icon lock >}} | | mastodon | {{< icon mastodon >}} | +| matrix | {{< icon matrix >}} | | medium | {{< icon medium >}} | | microsoft | {{< icon microsoft >}} | | moon | {{< icon moon >}} | @@ -95,6 +98,7 @@ The full list of built-in icons and their corresponding names can referenced bel | scale-balanced | {{< icon scale-balanced >}} | | search | {{< icon search >}} | | shield | {{< icon shield >}} | +| signal | {{< icon signal >}} | | skull-crossbones | {{< icon skull-crossbones >}} | | slack | {{< icon slack >}} | | snapchat | {{< icon snapchat >}} |