config.yaml 483 B

123456789101112131415161718192021222324
  1. baseURL: http://example.org/
  2. languageCode: en-us
  3. title: "Toha"
  4. theme: "toha"
  5. # Allow raw html in markdown file
  6. markup:
  7. goldmark:
  8. renderer:
  9. unsafe: true
  10. # Enable Google Analytics
  11. googleAnalytics: UA-xxxxxxxx
  12. # Enable Disqus forum
  13. disqusShortname: does-not-exist
  14. # Enable global emoji support
  15. enableEmoji: true
  16. # Custom parameters
  17. params:
  18. # Github Repo URL. This is used to add "Improve This Page" button
  19. gitRepo: https://github.com/hossainemruz/toha-example-site