config.yaml 1.7 KB

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