From e528194e4cb064f28e273c9f3ffd02d81031cb69 Mon Sep 17 00:00:00 2001 From: Nicola Cocchiaro <3538109+ncocchiaro@users.noreply.github.com> Date: Sat, 16 Mar 2024 16:05:36 -0700 Subject: [PATCH] Added itch.io icon --- assets/icons/itch-io.svg | 1 + config/_default/languages.en.toml | 1 + exampleSite/content/samples/icons/index.md | 1 + 3 files changed, 3 insertions(+) create mode 100644 assets/icons/itch-io.svg diff --git a/assets/icons/itch-io.svg b/assets/icons/itch-io.svg new file mode 100644 index 00000000..d1ca9a52 --- /dev/null +++ b/assets/icons/itch-io.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 70c882e1..66252d2f 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -37,6 +37,7 @@ title = "Blowfish" # { google = "https://www.google.com/" }, # { hashnode = "https://username.hashnode.dev" }, # { instagram = "https://instagram.com/username" }, +# { itch-io = "https://username.itch.io" }, # { keybase = "https://keybase.io/username" }, # { kickstarter = "https://www.kickstarter.com/profile/username" }, # { lastfm = "https://lastfm.com/user/username" }, diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index a702a222..f240f493 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -58,6 +58,7 @@ The full list of built-in icons and their corresponding names can referenced bel | heart | {{< icon heart >}} | | image | {{< icon image >}} | | instagram | {{< icon instagram >}} | +| itch-io | {{< icon itch-io >}} | | keybase | {{< icon keybase >}} | | kickstarter | {{< icon kickstarter >}} | | ko-fi | {{< icon ko-fi >}} |