From 3ca1252db90fb45165b836fee12a6a5b5d65f492 Mon Sep 17 00:00:00 2001 From: Mordecai K <39312305+insidemordecai@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:04:03 +0300 Subject: [PATCH 1/2] :sparkles: add spotify icon --- assets/icons/spotify.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 assets/icons/spotify.svg diff --git a/assets/icons/spotify.svg b/assets/icons/spotify.svg new file mode 100644 index 00000000..11f71d12 --- /dev/null +++ b/assets/icons/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file From 465bd4f563249765062b6a5b6e8ad18005425e75 Mon Sep 17 00:00:00 2001 From: Mordecai K <39312305+insidemordecai@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:07:29 +0300 Subject: [PATCH 2/2] :wrench: include spotify icon --- config/_default/languages.en.toml | 1 + exampleSite/content/samples/icons/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 2b196141..e334ec9a 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -53,6 +53,7 @@ title = "Blowfish" # { slack = "https://workspace.url/team/userid" }, # { snapchat = "https://snapchat.com/add/username" }, # { soundcloud = "https://soundcloud.com/username" }, +# { spotify = "https://open.spotify.com/user/userid" }, # { stack-overflow = "https://stackoverflow.com/users/userid/username" }, # { steam = "https://steamcommunity.com/profiles/userid" }, # { telegram = "https://t.me/username" }, diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index 42d096de..861d5c5a 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -95,6 +95,7 @@ The full list of built-in icons and their corresponding names can referenced bel | slack | {{< icon slack >}} | | snapchat | {{< icon snapchat >}} | | soundcloud | {{< icon soundcloud >}} | +| spotify | {{< icon spotify >}} | | stack-overflow | {{< icon stack-overflow >}} | | star | {{< icon star >}} | | steam | {{< icon steam >}} |