diff --git a/hugo.toml b/hugo.toml index b98828bb2ce..d4f80069b5c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -23,14 +23,13 @@ category = "categories" [params.taxonomy] # set taxonomyCloud = [] to hide taxonomy clouds -taxonomyCloud = ["tags", "categories"] +taxonomyCloud = ["categories", "tags"] # If used, must have same length as taxonomyCloud -taxonomyCloudTitle = ["Tag Cloud", "Categories"] +taxonomyCloudTitle = ["Categories", "Tag Cloud"] # set taxonomyPageHeader = [] to hide taxonomies on the page headers -taxonomyPageHeader = ["tags", "categories"] - +taxonomyPageHeader = ["categories", "tags"] # Highlighting config pygmentsCodeFences = true @@ -91,12 +90,12 @@ time_format_blog = "2006.01.02" # Uncomment if you want your chosen highlight style used for code blocks without a specified language # guessSyntax = "true" -# Everything below this are Site Params - # Comment out if you don't want the "print entire section" link enabled. [outputs] section = ["HTML", "print", "RSS"] +# Everything below this are Site Params + [params] privacy_policy = "https://policies.google.com/privacy"