home page?
All checks were successful
Build Hugo Site / build (push) Successful in 7s

This commit is contained in:
2025-11-10 03:51:05 -03:00
parent b4fbad79f2
commit f6817eb953
4 changed files with 16 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
+++
date = '2025-11-10T01:34:11-03:00'
draft = true
title = 'Hello'
+++
hello this is a test

View File

@@ -14,3 +14,7 @@ defaultContentLanguageInSubdir = true
[languages.pt]
languageName = "Português"
weight = 2
[params.homeInfoParams]
Title = "{{ i18n `homeTitle` }}"
Content = "{{ i18n `homeContent` }}"

6
i18n/en.toml Normal file
View File

@@ -0,0 +1,6 @@
[homeTitle]
other = "Hey, I'm Caio"
[homeContent]
other = "I build things, break them, and sometimes... write about it"

6
i18n/pt.toml Normal file
View File

@@ -0,0 +1,6 @@
[homeTitle]
other = "Oi, sou o Caio"
[homeContent]
other = "Construo coisas, quebro coisas, e algumas vezes, escrevo sobre isso"