params.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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: native
  10. font_size: L
  11. # SEO
  12. marketing:
  13. seo:
  14. site_type: Person
  15. local_business_type: ''
  16. org_name: ''
  17. description: "Xry111's Blog"
  18. twitter: ''
  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: 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: '© 2017 - {year} Xi Ruoyao. 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 02, 2006'
  46. time_format: '22:00'
  47. # Site features
  48. features:
  49. syntax_highlighter:
  50. enable: true
  51. math:
  52. enable: true
  53. diagram:
  54. enable: false
  55. privacy_pack:
  56. enable: false
  57. # repository:
  58. # url: 'https://github.com/<username>/<repository>'
  59. # content_dir: content
  60. # branch: main
  61. avatar:
  62. gravatar: false
  63. shape: circle
  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
  78. map:
  79. provider: ''
  80. api_key: ''
  81. zoom: 15
  82. extensions:
  83. academicons:
  84. enable: true