From 10bf07a7b7a5c9cac9e7246de179b9edc46ae4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 14 Mar 2024 18:44:53 +0000 Subject: [PATCH 1/2] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 37b1ead4..4da2b0f2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 James Panther (https://jamespanther.com) +Copyright (c) 2022 Nuno Coração (https://nunocoracao.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in 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 2/2] 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 >}} |