From ca8d280634ffe9fb0479665d601a9f485cd526e2 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 15 May 2026 17:07:40 +0100 Subject: [PATCH] Update hugo.toml --- hugo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index b1c3a81..c6151b5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ baseurl = "https://davidpaulyoung.com" -title = "David Young" +title = "David Paul Young" theme = "hugo-theme-cleanwhite" languageCode = "en-us" preserveTaxonomyNames = true @@ -18,6 +18,11 @@ hasCJKLanguage = true [outputs] home = ["HTML", "RSS", "Algolia"] +[minify] + disableCSS = false + disableHTML = false + disableJS = false + [params] header_image = "img/home-bg-jeep.jpg" SEOTitle = "David Young Blog"