config.yaml 1.3 KB

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