params.toml 570 B

123456789101112131415161718192021222324
  1. logo = true
  2. logoText = "ZDoc"
  3. logoType = "short" # long, short
  4. description = "The ZDoc theme for Hugo example site."
  5. themeOptions = ["light", "dark"]
  6. useFaviconGenerator = true # https://www.favicon-generator.org/
  7. enableSearch = true
  8. enableLangChange = true
  9. enableDarkMode = true
  10. enableBreadcrumb = true
  11. enableToc = true
  12. enableMenu = true
  13. enableNavbar = true
  14. enableFooter = true
  15. showPoweredBy = true
  16. paginateWindow = 1
  17. taxoPaginate = 13
  18. taxoGroupByDate = "2006" # "2006-01": group by month, "2006": group by year
  19. github = "https://github.com/zzossig/hugo-theme-zzo"