From 37334ebd38a65f6ff6a136c5c010498059d75424 Mon Sep 17 00:00:00 2001 From: Iuri Date: Wed, 7 Jan 2026 00:31:33 +0100 Subject: Added XMPP --- assets/icons/xmpp.svg | 1 + config/_default/languages.en.toml | 1 + config/_default/languages.it.toml | 4 +++- public/404.html | 6 ++++++ public/about-me/index.html | 18 ++++++++++++++++++ public/authors/index.html | 6 ++++++ public/categories/index.html | 6 ++++++ public/en/404.html | 6 ++++++ public/en/about-me/index.html | 18 ++++++++++++++++++ public/en/authors/index.html | 6 ++++++ public/en/categories/index.html | 6 ++++++ public/en/index.html | 18 ++++++++++++++++++ public/en/series/index.html | 6 ++++++ public/en/tags/index.html | 6 ++++++ public/index.html | 18 ++++++++++++++++++ public/series/index.html | 6 ++++++ public/tags/index.html | 6 ++++++ 17 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 assets/icons/xmpp.svg diff --git a/assets/icons/xmpp.svg b/assets/icons/xmpp.svg new file mode 100644 index 0000000..7e93bbe --- /dev/null +++ b/assets/icons/xmpp.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 2d21567..66931e8 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -24,6 +24,7 @@ dateFormat = "Mon 2 January 2006" bio = "" links = [ { email = "mailto:iuricube@gmail.com" }, + { xmpp = "xmpp:iuri@chat.antico.dev" }, { github = "https://github.com/chichibio-savoiardi" }, { linkedin = "https://www.linkedin.com/in/iuri-antico-05210a217/" }, { steam = "https://steamcommunity.com/id/sphere4779/" }, diff --git a/config/_default/languages.it.toml b/config/_default/languages.it.toml index 0508382..47c41b0 100644 --- a/config/_default/languages.it.toml +++ b/config/_default/languages.it.toml @@ -24,11 +24,13 @@ dateFormat = "Mon 2 January 2006" bio = "" links = [ { email = "mailto:iuricube@gmail.com" }, + { xmpp = "xmpp:iuri@chat.antico.dev" }, { github = "https://github.com/chichibio-savoiardi" }, { linkedin = "https://www.linkedin.com/in/iuri-antico-05210a217/" }, { steam = "https://steamcommunity.com/id/sphere4779/" }, ] -# { link = "https://link-to-some-website.com/" }, + +# { link = "https://link-to-some-website.com/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, # { apple = "https://www.apple.com" }, # { blogger = "https://username.blogspot.com/" }, diff --git a/public/404.html b/public/404.html index 12b13e4..cf792ef 100644 --- a/public/404.html +++ b/public/404.html @@ -39,6 +39,12 @@ + + + + + + diff --git a/public/about-me/index.html b/public/about-me/index.html index 23fd606..d63775c 100644 --- a/public/about-me/index.html +++ b/public/about-me/index.html @@ -39,6 +39,12 @@ + + + + + + @@ -841,6 +847,18 @@ + + + + + + + + + diff --git a/public/categories/index.html b/public/categories/index.html index d2c0b79..c82980f 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -42,6 +42,12 @@ + + + + + + diff --git a/public/en/404.html b/public/en/404.html index 3a71323..05f0c3b 100644 --- a/public/en/404.html +++ b/public/en/404.html @@ -39,6 +39,12 @@ + + + + + + diff --git a/public/en/about-me/index.html b/public/en/about-me/index.html index 00f52d7..a61740c 100644 --- a/public/en/about-me/index.html +++ b/public/en/about-me/index.html @@ -39,6 +39,12 @@ + + + + + + @@ -837,6 +843,18 @@ + + + + + + + + + diff --git a/public/en/categories/index.html b/public/en/categories/index.html index 66e3f8a..9027782 100644 --- a/public/en/categories/index.html +++ b/public/en/categories/index.html @@ -42,6 +42,12 @@ + + + + + + diff --git a/public/en/index.html b/public/en/index.html index fee6a3f..7f921ee 100644 --- a/public/en/index.html +++ b/public/en/index.html @@ -46,6 +46,12 @@ + + + + + + @@ -754,6 +760,18 @@ + + + + + + + + + + + diff --git a/public/en/tags/index.html b/public/en/tags/index.html index 0c394f8..46988bd 100644 --- a/public/en/tags/index.html +++ b/public/en/tags/index.html @@ -42,6 +42,12 @@ + + + + + + diff --git a/public/index.html b/public/index.html index 125278b..ce144a2 100644 --- a/public/index.html +++ b/public/index.html @@ -46,6 +46,12 @@ + + + + + + @@ -754,6 +760,18 @@ + + + + + + + + + + + diff --git a/public/tags/index.html b/public/tags/index.html index 7e15cb7..ffd4de2 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -42,6 +42,12 @@ + + + + + + -- cgit v1.2.3