Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

Expand Down