config.yaml 1.2 KB

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