diff --git a/config.toml b/config.toml index 5e56b5a..684706b 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,6 @@ languageCode = "en-us" title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] -canonifyURLs = true +#canonifyURLs = true relativeURLs = true -uglyURLs = true +#uglyURLs = true