config.yaml 2.1 KB

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