config.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. tableOfContents:
  11. startLevel: 2
  12. endLevel: 6
  13. ordered: false
  14. # Enable Google Analytics
  15. googleAnalytics: UA-XXXXXXXXX-X
  16. # Enable Disqus forum
  17. disqusShortname: does-not-exist
  18. # Enable global emoji support
  19. enableEmoji: true
  20. # Custom parameters
  21. params:
  22. # copyright
  23. copyright: © 2020 Copyright.
  24. # background image of the landing page
  25. background: "images/background.jpg"
  26. # Provide logos for your site. The inverted logo will be used in the initial
  27. # transparent navbar and the main logo will be used in the non-transparent navbar.
  28. # It will be default to the theme logos if not provided.
  29. logo:
  30. main: /assets/images/main-logo.png
  31. inverted: /assets/images/inverted-logo.png
  32. # GitHub repo URL of your site
  33. gitRepo: https://github.com/hossainemruz/toha-example-site
  34. # specify whether you want to write blog post or not
  35. enableBlogPost: true
  36. # specify whether you want to show Table of Contents in reading page
  37. enableTOC: true
  38. # specify the list of custom menus that you want to show in the top navbar.
  39. # they will be separated by a divider from the main menus.
  40. customMenus:
  41. - name: Notes
  42. url: https://hossainnotes.netlify.app/docs/example/
  43. # Provide newsletter configuration. This feature hasn't been implemented yet.
  44. # Currently, you can just hide it from the footer.
  45. newsletter:
  46. enable: true
  47. # some information about you
  48. author:
  49. name: "Jane Doe"
  50. nickname: "Jane"
  51. image: "images/avatar.png"
  52. # give your some contact information. they will be used in the footer
  53. contactInfo:
  54. email: "janedoe@example.com"
  55. phone: "+0123456789"
  56. # a summary of what you do
  57. summary:
  58. - I am a Developer
  59. - I work with Go
  60. - I love to work with some fun projects