config.yaml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. baseURL: http://example.org/
  2. languageCode: en-us
  3. title: "Toha"
  4. theme: "toha"
  5. # Manage languages
  6. # For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/
  7. languages:
  8. en:
  9. languageName: English
  10. weight: 1
  11. bn:
  12. languageName: বাংলা
  13. weight: 2
  14. fr:
  15. languageName: Français
  16. weight: 3
  17. id:
  18. languageName: Indonesian
  19. weight: 4
  20. de:
  21. languageName: Deutsch
  22. weight: 5
  23. es:
  24. languageName: Spanish
  25. weight: 6
  26. it:
  27. languageName: Italian
  28. weight: 7
  29. cn:
  30. languageName: 中文
  31. weight: 8
  32. # Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
  33. # DefaultContentLanguage: fr
  34. # Allow raw html in markdown file
  35. markup:
  36. goldmark:
  37. renderer:
  38. unsafe: true
  39. tableOfContents:
  40. startLevel: 2
  41. endLevel: 6
  42. ordered: false
  43. # Enable Google Analytics
  44. googleAnalytics: UA-XXXXXXXXX-X
  45. # Enable Disqus forum
  46. disqusShortname: does-not-exist
  47. # Enable global emoji support
  48. enableEmoji: true
  49. # Site parameters
  50. params:
  51. # Background image of the landing page
  52. background: /images/site/background.jpg
  53. # Provide logos for your site. The inverted logo will be used in the initial
  54. # transparent navbar and the main logo will be used in the non-transparent navbar.
  55. # It will default to the theme logos if not provided.
  56. logo:
  57. main: /images/site/main-logo.png
  58. inverted: /images/site/inverted-logo.png
  59. favicon: /images/site/favicon.png
  60. # GitHub repo URL of your site
  61. gitRepo: https://github.com/hugo-toha/hugo-toha.github.io
  62. # specify whether you want to write some blog posts or not
  63. enableBlogPost: true
  64. # specify whether you want to show Table of Contents in reading page
  65. enableTOC: true
  66. # Provide newsletter configuration. This feature hasn't been implemented yet.
  67. # Currently, you can just hide it from the footer.
  68. newsletter:
  69. enable: true