diff --git a/hugo.toml b/hugo.toml index 337ae16..e402ed5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -15,6 +15,10 @@ defaultContentLanguageInSubdir = true languageName = "Português" weight = 2 -[params.homeInfoParams] - Title = "{{ i18n `homeTitle` }}" - Content = "{{ i18n `homeContent` }}" +[languages.en.params.homeInfoParams] + Title = "Hey, I'm Caio" + Content = "I build things, break them, and write about both" + +[languages.pt.params.homeInfoParams] + Title = "Oi, sou o Caio" + Content = "Construo coisas, quebro coisas e escrevo sobre isso"