diff --git a/projects/website/_config.yml b/projects/website/_config.yml
index 331ccf64..ea8a3858 100644
--- a/projects/website/_config.yml
+++ b/projects/website/_config.yml
@@ -1,6 +1,7 @@
name: "Gabriel Fontes"
description: Gabriel Fontes is a Brazilian software engineer and researcher working on reproducible infrastructure, open-source software, and distributed systems.
url: "https://gsfontes.com"
+lang: en
default_scheme: atlas
diff --git a/projects/website/_src/_layouts/root.html.liquid b/projects/website/_src/_layouts/root.html.liquid
index 208fb7d7..0c163a46 100644
--- a/projects/website/_src/_layouts/root.html.liquid
+++ b/projects/website/_src/_layouts/root.html.liquid
@@ -1,18 +1,12 @@
-
+
{{ page.title }}{% unless page.citation %} | Gabriel Fontes{% endunless %}
-
+
{% if page.noindex == true -%}
{%- endif %}
diff --git a/projects/website/_src/_posts/2025-09-04-factorio-terraform-nixos-magalu.md b/projects/website/_src/_posts/2025-09-04-factorio-terraform-nixos-magalu.md
index 66034fa0..84f00996 100644
--- a/projects/website/_src/_posts/2025-09-04-factorio-terraform-nixos-magalu.md
+++ b/projects/website/_src/_posts/2025-09-04-factorio-terraform-nixos-magalu.md
@@ -1,7 +1,7 @@
---
title: Servidor de Factorio declarativo com NixOS+Terraform no Magalu Cloud
description: Aprenda como usar Terraform e NixOS para facilmente subir VMs com suas aplicações no Magalu Cloud.
-language: pt
+language: pt-BR
---
> **This blog post was originally published on [dev.to](https://dev.to/magalucloud/servidor-de-factorio-100-declarativo-com-nixos-e-terraform-no-magalu-cloud-3f37) as a guide for Magalu Cloud (my employer) hackathon's participants.**