config.yaml 1.8 KB

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