config.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. # background image of the landing page
  19. background: "images/background.jpg"
  20. # GitHub repo URL of your site
  21. gitRepo: https://github.com/hossainemruz/toha-example-site
  22. # specify whether you want to write blog post or not
  23. enableBlogPost: true
  24. # specify the list of custom menus that you want to show in the top navbar.
  25. # they will be separated by a divider from the main menus.
  26. customMenus:
  27. - name: Notes
  28. url: https://hossainnotes.netlify.app/docs/example/
  29. # some information about you
  30. author:
  31. name: "Jane Doe"
  32. image: "images/avatar.png"
  33. # give your some contact information. they will be used in the footer
  34. contactInfo:
  35. email: "janedoe@example.com"
  36. phone: "+0123456789"
  37. # a summary of what you do
  38. summary:
  39. - I am a Developer
  40. - I work with Go
  41. - I love to work with some fun projects