diff --git a/config.toml b/config.toml index 684706b..63eaeac 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,7 @@ -#baseURL = "https://fukurokuju.dev/test-hugo" +baseURL = "//test-hugo" languageCode = "en-us" title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] -#canonifyURLs = true +canonifyURLs = true relativeURLs = true -#uglyURLs = true