params.yaml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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: custom
  9. font: minimal
  10. font_size: L
  11. # SEO
  12. marketing:
  13. seo:
  14. site_type: Person
  15. local_business_type: ''
  16. org_name: ''
  17. description: 'A highly-customizable Hugo blog 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: false
  29. align: r
  30. show_logo: false
  31. show_language: false
  32. show_day_night: true
  33. show_search: true
  34. highlight_active_link: false
  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: true
  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/<username>/<repository>'
  62. content_dir: content
  63. branch: main
  64. avatar:
  65. gravatar: false
  66. shape: circle
  67. comment:
  68. provider: ''
  69. disqus:
  70. shortname: ''
  71. show_count: true
  72. commento:
  73. url: ''
  74. search:
  75. provider: wowchemy
  76. algolia:
  77. app_id: ''
  78. api_key: ''
  79. index_name: ''
  80. show_logo: false
  81. map:
  82. provider: ''
  83. api_key: ''
  84. zoom: 15
  85. extensions:
  86. cms:
  87. branch: main
  88. local_backend: false
  89. isotope:
  90. # Enable if you use the Portfolio widget or Publication filter
  91. enable: false
  92. academicons:
  93. enable: false