config.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. fr:
  12. languageName: Français
  13. weight: 2
  14. bn:
  15. languageName: বাংলা
  16. weight: 3
  17. de:
  18. languageName: Deutsch
  19. weight: 4
  20. id:
  21. languageName: Indonesian
  22. weight: 5
  23. # Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
  24. # DefaultContentLanguage: fr
  25. # Allow raw html in markdown file
  26. markup:
  27. goldmark:
  28. renderer:
  29. unsafe: true
  30. tableOfContents:
  31. startLevel: 2
  32. endLevel: 6
  33. ordered: false
  34. # Enable Google Analytics
  35. googleAnalytics: UA-XXXXXXXXX-X
  36. # Enable Disqus forum
  37. disqusShortname: does-not-exist
  38. # Enable global emoji support
  39. enableEmoji: true
  40. # Custom parameters
  41. params:
  42. # background image of the landing page
  43. background: "images/background.jpg"
  44. # Provide logos for your site. The inverted logo will be used in the initial
  45. # transparent navbar and the main logo will be used in the non-transparent navbar.
  46. # It will be default to the theme logos if not provided.
  47. logo:
  48. main: /assets/images/main-logo.png
  49. inverted: /assets/images/inverted-logo.png
  50. favicon: /assets/images/favicon.png
  51. # GitHub repo URL of your site
  52. gitRepo: https://github.com/hossainemruz/toha-example-site
  53. # specify whether you want to write blog post or not
  54. enableBlogPost: true
  55. # specify whether you want to show Table of Contents in reading page
  56. enableTOC: true
  57. # Provide newsletter configuration. This feature hasn't been implemented yet.
  58. # Currently, you can just hide it from the footer.
  59. newsletter:
  60. enable: true