config.yaml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. baseURL: http://example.org/
  2. languageCode: en-us
  3. title: Example Site
  4. module:
  5. imports:
  6. - path: github.com/hugo-toha/hugo-toha.github.io
  7. disable: false
  8. mounts:
  9. - source: content
  10. target: content
  11. - source: layouts
  12. target: layouts
  13. - source: data
  14. target: data
  15. - source: assets
  16. target: assets
  17. - source: static
  18. target: static
  19. - path: github.com/hugo-toha/toha/v4
  20. # Manage languages
  21. # For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/
  22. languages:
  23. en:
  24. languageName: English
  25. weight: 1
  26. bn:
  27. languageName: বাংলা
  28. weight: 3
  29. # Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
  30. # DefaultContentLanguage: bn
  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. # At least HTML and JSON are required for the main HTML content and
  41. # client-side JavaScript search
  42. outputs:
  43. home:
  44. - HTML
  45. - RSS
  46. - JSON
  47. # Enable global emoji support
  48. enableEmoji: true
  49. # Site parameters
  50. params:
  51. # Background image of the landing page
  52. background: /images/site/background.jpg
  53. # Provide logos for your site. The inverted logo will be used in the initial
  54. # transparent navbar and the main logo will be used in the non-transparent navbar.
  55. logo:
  56. main: /images/site/main-logo.png
  57. inverted: /images/site/inverted-logo.png
  58. favicon: /images/site/favicon.png
  59. # GitHub repo of your site
  60. gitRepo: https://github.com/hugo-toha/hugo-toha.github.io
  61. # Default branch of your Git repo
  62. gitBranch: main
  63. # Configure the number of section title visible in the top navbar
  64. topNavbar:
  65. maxVisibleSections: 5
  66. # Enable dark theme
  67. darkMode:
  68. provider: darkreader
  69. enable: true
  70. default: system
  71. # Configure various features of this theme
  72. features:
  73. # Enable and configure portfolio
  74. portfolio:
  75. enable: true
  76. # Enable and configure blog posts
  77. blog:
  78. enable: true
  79. # Share post on different social media
  80. shareButtons:
  81. facebook: true
  82. twitter: true
  83. linkedin: true
  84. reddit: true
  85. whatsapp: true
  86. email: true
  87. # tumblr: true
  88. # pocket: true
  89. # diaspora: true
  90. # mastodon: true
  91. # Enable & configure "Notes" features
  92. notes:
  93. enable: true
  94. # Enable comment feature. There, should be only one of them.
  95. comment:
  96. enable: false
  97. disqus:
  98. shortName: toha-example-site
  99. # valine:
  100. # appId: HTV6askWxVo3vOxlqjjaq2hd-MsYXbMMI
  101. # appKey: pVrT3C85KGIuk27t07eh6bUC
  102. # avatar: retro
  103. # placeholder: Share your thought.
  104. # lang: en
  105. # recordIP: true
  106. # enableQQ: true
  107. # utteranc:
  108. # repo: github.com/hugo-toha/hugo-toha.github.io
  109. # issueTerm: title
  110. # theme: github-light
  111. # giscus:
  112. # repo: your-repo/name
  113. # repoID: your-repo-id
  114. # category: your-category
  115. # categoryID: your-category-id
  116. # theme: light
  117. # map: url
  118. # reaction: 1
  119. # metadata: 0
  120. # inputPosition: bottom
  121. # crossOrigin: anonymous
  122. # commento:
  123. # serverURL: cdn.commento.io
  124. # autoInit: true
  125. # hideDeleted: false
  126. # Enable Analytics
  127. analytics:
  128. enabled: true
  129. # Google Analytics
  130. google:
  131. id: G-H4LBG7NDFZ
  132. # # CounterDev
  133. # counterDev:
  134. # id: <your counterdev id>
  135. # # GoatCounter
  136. # goatCounter:
  137. # code: <your goat counter code>
  138. # # Matomo / Piwik
  139. # matomo:
  140. # instance: matomo.example.com
  141. # siteId: 1 # Or any other number
  142. # # Enable Support
  143. # support:
  144. # enabled: true
  145. # kofi:
  146. # user: hossainemruz
  147. # text: Tip Me
  148. # textColor: '#f9fafc'
  149. # backgroundColor: '#248aaa'
  150. # specify whether you want to show Table of Contents in reading page
  151. enableTOC: true
  152. # Show tags under the post title
  153. enableTags: true
  154. # Specify whether to show flag in the language selector. Default is true.
  155. showFlags: true
  156. # If you want to use different country flag for a language, specify them here.
  157. # flagOverwrites:
  158. # - languageCode: en
  159. # countryCode: us
  160. # Provide footer configuration.
  161. footer:
  162. enable: true
  163. # You can provide your custom footer template using this option.
  164. # Put your template in "layouts/partials" folder of your repo.
  165. template: footer.html
  166. # Show/hide navigation in the footer. Default is "true".
  167. navigation:
  168. enable: true
  169. # show custom menus in the footer
  170. customMenus: true
  171. # Show/hide "Contact Me" section in the footer. Default is "true".
  172. contactMe:
  173. enable: true
  174. # Show/hide credentials section in the footer. Default is "true".
  175. credentials:
  176. enable: true
  177. # Show/hide newsletter section in the footer. Default is "true".
  178. # Currently, it supports "mailchimp".
  179. newsletter:
  180. enable: true
  181. provider: mailchimp
  182. mailchimpURL: https://github.us1.list-manage.com/subscribe/post?u=19de52a4603135aae97163fd8&amp;id=094a24c76e
  183. # Show/hide disclaimer notice in the footer. Default is "false".
  184. disclaimer:
  185. enable: true