params.toml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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"
  20. # comment
  21. enableComment = true
  22. disqus_shortname = ""
  23. commento = false
  24. [gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
  25. owner = "" # Your GitHub ID
  26. repo = "" # The repo to store comments
  27. clientId = "" # Your client ID
  28. clientSecret = "" # Your client secret
  29. [utterances] # https://utteranc.es/
  30. owner = "" # Your GitHub ID
  31. repo = "" # The repo to store comments
  32. [gitalk] # Gitalk is a comment system based on GitHub issues. see https://github.com/gitalk/gitalk
  33. owner = "" # Your GitHub ID
  34. repo = "" # The repo to store comments
  35. clientId = "" # Your client ID
  36. clientSecret = "" # Your client secret
  37. # Valine.
  38. # You can get your appid and appkey from https://leancloud.cn
  39. # more info please open https://valine.js.org
  40. [valine]
  41. enable = false
  42. appId = '你的appId'
  43. appKey = '你的appKey'
  44. notify = false # mail notifier , https://github.com/xCss/Valine/wiki
  45. verify = false # Verification code
  46. avatar = 'mm'
  47. placeholder = '说点什么吧...'
  48. visitor = false
  49. [changyan]
  50. changyanAppid = "" # Changyan app id # 畅言
  51. changyanAppkey = "" # Changyan app key
  52. [livere]
  53. livereUID = "" # LiveRe UID # 来必力
  54. # Isso: https://posativ.org/isso/
  55. [isso]
  56. enable = false
  57. scriptSrc = "" # "https://isso.example.com/js/embed.min.js"
  58. dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'"