config.yaml 2.0 KB

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