From 1ec39606a7b53c74c6a2676c51f1bc7d67bd341d Mon Sep 17 00:00:00 2001 From: Iuri Date: Tue, 6 Jan 2026 15:39:38 +0100 Subject: Localization --- config/_default/languages.en.toml | 49 ++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 24 deletions(-) (limited to 'config/_default/languages.en.toml') diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 69f1cd4..1cb8624 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -1,29 +1,34 @@ disabled = false languageCode = "en" -languageName = "English" -weight = 1 +languageName = "english" +weight = 10 +contentDir = 'content/en' title = "Iuri Antico" [params] - displayName = "EN" - isoCode = "en" - rtl = false - dateFormat = "2 January 2006" - # logo = "img/logo.png" - # secondaryLogo = "img/secondary-logo.png" - # description = "My awesome website" - # copyright = "Copy, _right?_ :thinking_face:" +displayName = "English" +isoCode = "en" +rtl = false +dateFormat = "Mon 2 January 2006" +# logo = "img/logo.png" +# secondaryLogo = "img/secondary-logo.png" +# description = "My awesome website" +# copyright = "Copy, _right?_ :thinking_face:" -# [params.author] -# name = "Your name here" -# email = "youremail@example.com" -# image = "img/blowfish_logo.png" -# imageQuality = 96 -# headline = "I'm only human" -# bio = "A little bit about you" -# links = [ -# { email = "mailto:hello@your_domain.com" }, -# { link = "https://link-to-some-website.com/" }, + [params.author] + name = "Iuri Antico" + email = "iuricube@gmail.com" + image = "img/blowfish_logo.png" + imageQuality = 96 + headline = "I'm only human" + bio = "A little bit about you" + links = [ + { email = "mailto:iuricube@gmail.com" }, + { 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/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, # { apple = "https://www.apple.com" }, # { blogger = "https://username.blogspot.com/" }, @@ -35,7 +40,6 @@ title = "Iuri Antico" # { facebook = "https://facebook.com/username" }, # { flickr = "https://www.flickr.com/photos/username/" }, # { foursquare = "https://foursquare.com/username" }, -# { github = "https://github.com/username" }, # { gitlab = "https://gitlab.com/username" }, # { google = "https://www.google.com/" }, # { hashnode = "https://username.hashnode.dev" }, @@ -45,7 +49,6 @@ title = "Iuri Antico" # { keyoxide = "https://keyoxide.org/URI" }, # { kickstarter = "https://www.kickstarter.com/profile/username" }, # { lastfm = "https://lastfm.com/user/username" }, -# { linkedin = "https://linkedin.com/in/username" }, # { mastodon = "https://mastodon.instance/@username" }, # { matrix = "https://matrix.to/#/URI" }, # { medium = "https://medium.com/username" }, @@ -61,7 +64,6 @@ title = "Iuri Antico" # { 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" }, # { threads = "https://www.threads.net/@username" }, # { tiktok = "https://tiktok.com/@username" }, @@ -73,4 +75,3 @@ title = "Iuri Antico" # { youtube = "https://youtube.com/username" }, # { ko-fi = "https://ko-fi.com/username" }, # { codeberg = "https://codeberg.org/username"}, -# ] -- cgit v1.2.3