Update hugo.toml

This commit is contained in:
2026-05-15 17:07:40 +01:00
parent d0d428f3bf
commit ca8d280634

View File

@@ -1,5 +1,5 @@
baseurl = "https://davidpaulyoung.com" baseurl = "https://davidpaulyoung.com"
title = "David Young" title = "David Paul Young"
theme = "hugo-theme-cleanwhite" theme = "hugo-theme-cleanwhite"
languageCode = "en-us" languageCode = "en-us"
preserveTaxonomyNames = true preserveTaxonomyNames = true
@@ -18,6 +18,11 @@ hasCJKLanguage = true
[outputs] [outputs]
home = ["HTML", "RSS", "Algolia"] home = ["HTML", "RSS", "Algolia"]
[minify]
disableCSS = false
disableHTML = false
disableJS = false
[params] [params]
header_image = "img/home-bg-jeep.jpg" header_image = "img/home-bg-jeep.jpg"
SEOTitle = "David Young Blog" SEOTitle = "David Young Blog"