params.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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: custom
  8. theme_night:
  9. font: minimal
  10. font_size: L
  11. # SEO
  12. marketing:
  13. seo:
  14. site_type: Organization
  15. local_business_type: ''
  16. org_name: ''
  17. description: 'A highly-customizable Hugo learning 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. # Site footer
  36. footer:
  37. copyright:
  38. notice: '© {year} Me. This work is licensed under {license}'
  39. license:
  40. enable: true
  41. allow_derivatives: false
  42. share_alike: true
  43. allow_commercial: false
  44. # Localization
  45. locale:
  46. date_format: 'Jan 2, 2006'
  47. time_format: '3:04 PM'
  48. # Site features
  49. features:
  50. syntax_highlighter:
  51. enable: true
  52. extra_languages:
  53. - r
  54. - latex
  55. math:
  56. enable: false
  57. diagram:
  58. enable: false
  59. privacy_pack:
  60. enable: false
  61. repository:
  62. url: 'https://github.com/wowchemy/starter-hugo-online-course'
  63. content_dir: content
  64. branch: main
  65. comment:
  66. provider: ''
  67. disqus:
  68. shortname: ''
  69. show_count: true
  70. commento:
  71. url: ''
  72. search:
  73. provider: wowchemy
  74. algolia:
  75. app_id: ''
  76. api_key: ''
  77. index_name: ''
  78. show_logo: false
  79. extensions:
  80. cms:
  81. branch: main
  82. local_backend: false
  83. isotope:
  84. # Enable if you use the Portfolio widget or Publication filter
  85. enable: true
  86. academicons:
  87. enable: false