diff --git a/assets/icons/bluesky.svg b/assets/icons/bluesky.svg new file mode 100644 index 00000000..ea7143db --- /dev/null +++ b/assets/icons/bluesky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index c50fd6e4..edd669e1 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -24,6 +24,7 @@ title = "Blowfish" # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, # { apple = "https://www.apple.com" }, # { blogger = "https://username.blogspot.com/" }, +# { bluesky = "https://bsky.app/profile/username" }, # { codepen = "https://codepen.io/username" }, # { dev = "https://dev.to/username" }, # { discord = "https://discord.gg/invitecode" }, diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index f11fd68c..8b13591f 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -22,6 +22,7 @@ The full list of built-in icons and their corresponding names can referenced bel | bars | {{< icon bars >}} | | bell | {{< icon bell >}} | | blogger | {{< icon blogger >}} | +| bluesky | {{< icon bluesky >}} | | bomb | {{< icon bomb >}} | | bug | {{< icon bug >}} | | check | {{< icon check >}} |