From c540c3d15f37634f9399da4d41a5aae927d6918a Mon Sep 17 00:00:00 2001 From: Iuri Date: Wed, 7 Jan 2026 19:13:47 +0100 Subject: About me translation --- config/_default/hugo.toml | 1 + config/_default/languages.en.toml | 8 ++++---- config/_default/languages.it.toml | 3 +-- config/_default/params.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'config') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 5c9b510..a0efa66 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -16,6 +16,7 @@ buildDrafts = false buildFuture = false enableEmoji = true +enableGitInfo = true # googleAnalytics = "G-XXXXXXXXX" diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 66931e8..6daa094 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -1,7 +1,7 @@ disabled = false languageCode = "en" languageName = "English" -weight = 10 +weight = 2 contentDir = 'content/en' title = "Iuri Antico" @@ -12,7 +12,7 @@ rtl = false dateFormat = "Mon 2 January 2006" # logo = "img/logo.png" # secondaryLogo = "img/secondary-logo.png" -# description = "My awesome website" +description = "Iuri Antico's Portfolio" # copyright = "Copy, _right?_ :thinking_face:" [params.author] @@ -20,15 +20,15 @@ dateFormat = "Mon 2 January 2006" email = "iuricube@gmail.com" image = "img/iuri.jpg" imageQuality = 96 - headline = "IT Tech / Developer" + headline = "IT Tech | Developer" 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/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, # { apple = "https://www.apple.com" }, diff --git a/config/_default/languages.it.toml b/config/_default/languages.it.toml index 47c41b0..4e6718c 100644 --- a/config/_default/languages.it.toml +++ b/config/_default/languages.it.toml @@ -12,7 +12,7 @@ rtl = false dateFormat = "Mon 2 January 2006" # logo = "img/logo.png" # secondaryLogo = "img/secondary-logo.png" -# description = "My awesome website" +description = "Portfolio di Iuri Antico" # copyright = "Copy, _right?_ :thinking_face:" [params.author] @@ -24,7 +24,6 @@ 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/params.toml b/config/_default/params.toml index bec72d8..bcc5a6d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -23,7 +23,7 @@ disableImageOptimizationMD = false disableTextInHeader = false # backgroundImageWidth = 1200 -# defaultBackgroundImage = "img/blowfish_logo.png" # used as default for background images +# defaultBackgroundImage = "img/blowfish_logo.png" # used as default for background images # defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles # defaultSocialImage = "/android-chrome-512x512.png" # used as default for social media sharing (Open Graph and Twitter) @@ -37,7 +37,7 @@ giteaDefaultServer = "https://git.fsfe.org" forgejoDefaultServer = "https://v11.next.forgejo.org" [header] - layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur + layout = "fixed-fill-blur" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur [footer] showMenu = true -- cgit v1.2.3