From 68a23599481a17072ee06b31c5e0a1e21521f90f Mon Sep 17 00:00:00 2001 From: jutty Date: Thu, 23 Oct 2025 15:53:37 -0300 Subject: [PATCH] Set config 'base_url' and 'title' keys --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index fd52135..b895a97 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ -base_url = "localhost" +title = "IncandescĂȘncia" +base_url = "https://incandescencia.org" compile_sass = false build_search_index = true