diff --git a/hugo.toml b/hugo.toml index e402ed5..d8e1d1c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,15 +10,39 @@ defaultContentLanguageInSubdir = true [languages.en] languageName = "English" weight = 1 + title = "Caio's Corner" + [languages.en.params.homeInfoParams] + Title = "Hey, I'm Caio." + Content = "I build things, break them, and write about both." [languages.pt] languageName = "Português" weight = 2 + title = "O Cantinho do Caio" + [languages.pt.params.homeInfoParams] + Title = "Oi, sou o Caio." + Content = "Construo coisas, quebro coisas e escrevo sobre isso." -[languages.en.params.homeInfoParams] - Title = "Hey, I'm Caio" - Content = "I build things, break them, and write about both" + [languages.es] + languageName = "Español" + weight = 3 + title = "El Rincón de Caio" + [languages.es.params.homeInfoParams] + Title = "Hola, soy Caio" + Content = "Construyo cosas, las rompo y escribo sobre ellas" -[languages.pt.params.homeInfoParams] - Title = "Oi, sou o Caio" - Content = "Construo coisas, quebro coisas e escrevo sobre isso" + [languages.jp] + languageName = "日本語" + weight = 4 + title = "カイオのコーナー" + [languages.jp.params.homeInfoParams] + Title = "やあ、カイオです" + Content = "物を作ったり壊したり、それについて書いたりします" + + [languages.fr] + languageName = "Français" + weight = 5 + title = "Le Coin de Caio" + [languages.fr.params.homeInfoParams] + Title = "Salut, je suis Caio." + Content = "Je construis des choses, je les casse et j’écris à leur sujet." diff --git a/i18n/en.toml b/i18n/en.toml deleted file mode 100644 index 93eb721..0000000 --- a/i18n/en.toml +++ /dev/null @@ -1,6 +0,0 @@ -[homeTitle] -other = "Hey, I'm Caio" - -[homeContent] -other = "I build things, break them, and sometimes... write about it" - diff --git a/i18n/pt.toml b/i18n/pt.toml deleted file mode 100644 index cdd5336..0000000 --- a/i18n/pt.toml +++ /dev/null @@ -1,6 +0,0 @@ -[homeTitle] -other = "Oi, sou o Caio" - -[homeContent] -other = "Construo coisas, quebro coisas, e algumas vezes, escrevo sobre isso" -