diff --git a/hugo.toml b/hugo.toml index 19cbc9e..d92ec11 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,11 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' theme = 'cccsbg-hugo-theme' +[taxonomies] +tag = "" +group = "" +category = "" + [module] [module.hugoVersion]