From dbd9b9c8339a33f1961cddb445a14e37311ceeb1 Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Mon, 10 Nov 2025 03:52:37 -0300 Subject: [PATCH] stupid non template config --- hugo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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"