config.yaml 1.9 KB

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