params.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # SITE SETUP
  2. # Guide: https://wowchemy.com/docs/getting-started/
  3. # Documentation: https://wowchemy.com/docs/
  4. # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
  5. # Appearance
  6. appearance:
  7. theme_day: minimal
  8. theme_night: minimal
  9. font: minimal
  10. font_size: L
  11. # SEO
  12. marketing:
  13. seo:
  14. site_type: Project
  15. local_business_type: ''
  16. org_name: ''
  17. description: 'A highly-customizable Hugo documentation theme powered by Wowchemy website builder.'
  18. twitter: 'wowchemy'
  19. analytics:
  20. google_analytics: ''
  21. baidu_tongji: ''
  22. verification:
  23. google: ''
  24. baidu: ''
  25. # Site header
  26. header:
  27. navbar:
  28. enable: true
  29. align: l
  30. show_logo: true
  31. show_language: false
  32. show_day_night: true
  33. show_search: true
  34. highlight_active_link: true
  35. footer:
  36. copyright:
  37. notice: '© {year} Me. This work is licensed under {license}'
  38. license:
  39. enable: true
  40. allow_derivatives: false
  41. share_alike: true
  42. allow_commercial: false
  43. # Localization
  44. locale:
  45. date_format: 'Jan 2, 2006'
  46. time_format: '3:04 PM'
  47. # Site features
  48. features:
  49. syntax_highlighter:
  50. enable: false
  51. extra_languages:
  52. - r
  53. - latex
  54. math:
  55. enable: false
  56. diagram:
  57. enable: false
  58. privacy_pack:
  59. enable: false
  60. repository:
  61. url: 'https://github.com/wowchemy/hugo-documentation-theme'
  62. content_dir: content
  63. branch: main
  64. comment:
  65. provider: ''
  66. disqus:
  67. shortname: ''
  68. show_count: true
  69. commento:
  70. url: ''
  71. search:
  72. provider: wowchemy
  73. algolia:
  74. app_id: ''
  75. api_key: ''
  76. index_name: ''
  77. show_logo: false