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"
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"