From d8cc35224b504a710773c9feb66443a82e263824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=81n=20Moreno=20Pen=CC=83a?= Date: Mon, 13 Jul 2026 22:54:19 +0200 Subject: [PATCH] fix: replace default theme meta description with site description The site was using the Adritian theme's default meta description, which appears in search engine results and social media previews. Set a custom description specific to this site. Related: zetxek/adritian-free-hugo-theme#560 --- hugo.toml | 2 +- i18n/en.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 037b7cc..192def1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -51,7 +51,7 @@ target = "assets/css/bootstrap-print.css" [params] title = 'mwhyte.dev - software engineering' -description = 'This hugo theme (Adritian) is based on Bootstrap and has features that make it suitable for a personal site, a portfolio or other kind of Single Page Applications.' +description = 'mwhyte.dev — software engineering portfolio showcasing projects, experience, and technical writing.' images = ['/img/og-img.png'] sections = [ "showcase", diff --git a/i18n/en.yaml b/i18n/en.yaml index 95aede0..e455eb3 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -2,7 +2,7 @@ - id: "meta_title" translation: "Adritian - a high performance hugo theme by Adrián Moreno" - id: "meta_description" - translation: "This hugo theme (Adritian) is based on Bootstrap and has features that make it suitable for a personal site, a portfolio or other kind of Single Page Applications." + translation: "mwhyte.dev — software engineering portfolio showcasing projects, experience, and technical writing." - id: "meta_keywords" translation: "hugo, theme, bootstrap, adritian, adrian moreno, personal site, portfolio, single page application" - id: "meta_author" @@ -50,7 +50,7 @@ translation: "Demo site for Adritian - a high performance hugo theme by Adrián Moreno" - id: "head_description" - translation: "This hugo theme (Adritian) is based on Bootstrap and has features that make it suitable for a personal site, a portfolio or other kind of Single Page Applications." + translation: "mwhyte.dev — software engineering portfolio showcasing projects, experience, and technical writing." ## Blog