stupid non template config
All checks were successful
Build Hugo Site / build (push) Successful in 7s

This commit is contained in:
2025-11-10 03:52:37 -03:00
parent f6817eb953
commit dbd9b9c833

View File

@@ -15,6 +15,10 @@ defaultContentLanguageInSubdir = true
languageName = "Português" languageName = "Português"
weight = 2 weight = 2
[params.homeInfoParams] [languages.en.params.homeInfoParams]
Title = "{{ i18n `homeTitle` }}" Title = "Hey, I'm Caio"
Content = "{{ i18n `homeContent` }}" 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"