config.yaml 412 B

1234567891011121314151617181920212223
  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-12345
  12. # Enable Disqus forum
  13. disqusShortname: does-not-exist
  14. # Enable global emoji support
  15. enableEmoji: true
  16. # Custom parameters
  17. params:
  18. gitRepo: https://github.com/hossainemruz/toha-example-site