diff options
Diffstat (limited to 'config/_default/languages.it.toml')
| -rw-r--r-- | config/_default/languages.it.toml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/config/_default/languages.it.toml b/config/_default/languages.it.toml new file mode 100644 index 0000000..0f0ae38 --- /dev/null +++ b/config/_default/languages.it.toml @@ -0,0 +1,77 @@ +disabled = false +languageCode = "it" +languageName = "italian" +weight = 1 +contentDir = 'content/it' +title = "Iuri Antico" + +[params] +displayName = "Italiano" +isoCode = "it" +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 = "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/" }, +# { bluesky = "https://bsky.app/profile/username" }, +# { codepen = "https://codepen.io/username" }, +# { dev = "https://dev.to/username" }, +# { discord = "https://discord.gg/invitecode" }, +# { dribbble = "https://dribbble.com/username" }, +# { facebook = "https://facebook.com/username" }, +# { flickr = "https://www.flickr.com/photos/username/" }, +# { foursquare = "https://foursquare.com/username" }, +# { gitlab = "https://gitlab.com/username" }, +# { 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" }, +# { keyoxide = "https://keyoxide.org/URI" }, +# { kickstarter = "https://www.kickstarter.com/profile/username" }, +# { lastfm = "https://lastfm.com/user/username" }, +# { mastodon = "https://mastodon.instance/@username" }, +# { matrix = "https://matrix.to/#/URI" }, +# { medium = "https://medium.com/username" }, +# { microsoft = "https://www.microsoft.com/" }, +# { orcid = "https://orcid.org/userid" }, +# { patreon = "https://www.patreon.com/username" }, +# { pinterest = "https://pinterest.com/username" }, +# { reddit = "https://reddit.com/user/username" }, +# { researchgate = "https://www.researchgate.net/profile/username" }, +# { signal = "https://signal.me/#eu/userid" }, +# { slack = "https://workspace.url/team/userid" }, +# { snapchat = "https://snapchat.com/add/username" }, +# { soundcloud = "https://soundcloud.com/username" }, +# { spotify = "https://open.spotify.com/user/userid" }, +# { stack-overflow = "https://stackoverflow.com/users/userid/username" }, +# { telegram = "https://t.me/username" }, +# { threads = "https://www.threads.net/@username" }, +# { tiktok = "https://tiktok.com/@username" }, +# { tumblr = "https://username.tumblr.com" }, +# { twitch = "https://twitch.tv/username" }, +# { twitter = "https://twitter.com/username" }, +# { x-twitter = "https://twitter.com/username" }, +# { whatsapp = "https://wa.me/phone-number" }, +# { youtube = "https://youtube.com/username" }, +# { ko-fi = "https://ko-fi.com/username" }, +# { codeberg = "https://codeberg.org/username"}, |
