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"