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 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 >}} |