Rename the site to CorralitoComing and switch the UI to English

The name and tagline live in one place, shared/utils/site.ts, and feed the
header, the footer, the home page and the title template.
This commit is contained in:
2026-08-25 12:08:01 +02:00
parent d97fd3f92f
commit 005c90f33a
9 changed files with 55 additions and 50 deletions
+5
View File
@@ -0,0 +1,5 @@
/** Name of the blog, used in the header, the page titles and the footer. */
export const SITE_NAME = 'CorralitoComing'
/** One-line description, used as the home page meta description. */
export const SITE_DESCRIPTION = 'Articles, guides and analysis.'