config.yaml 1.8 KB

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