diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-20 01:14:33 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-20 01:15:12 +0200 |
| commit | ab789fc20396bb583835c1f47478c1f17039d39f (patch) | |
| tree | c7c62acff7f2d404b5121807e78a2de3a94dc226 /exampleSite/config/_default/config.yaml | |
| parent | d6736498de8885d446622dcafebeff033bc7b8c0 (diff) | |
| download | gohugo-theme-ed-ab789fc20396bb583835c1f47478c1f17039d39f.tar.gz | |
Provide minimal tag cloud
Diffstat (limited to 'exampleSite/config/_default/config.yaml')
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index 68bbc18..9a6320c 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -26,6 +26,11 @@ refLinksErrorLevel: WARNING disableKinds: - RSS +# We have just the default tags taxonomy, and remove the categories +# taxonomy for site as not used. +taxonomies: + tag: tags + # Google Analytics Tracking ID. # # For more info, read the article |
