diff --git a/providers/hugo/tmpls/config.toml.tmpl b/providers/hugo/tmpls/config.toml.tmpl index c74445d..8960ff4 100644 --- a/providers/hugo/tmpls/config.toml.tmpl +++ b/providers/hugo/tmpls/config.toml.tmpl @@ -1,4 +1,4 @@ -baseURL = {{.Site.URL | printf "%q"}} +baseURL = 'https://example.com/' languageCode = 'en-us' title = {{.Site.Title | printf "%q"}}