config.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 Notice
  23. copyright: © 2020 Copyright.
  24. # Meta description for your site. This will help the search engines to find your site.
  25. description: Portfolio and personal blog of Jane Doe.
  26. # background image of the landing page
  27. background: "images/background.jpg"
  28. # Provide logos for your site. The inverted logo will be used in the initial
  29. # transparent navbar and the main logo will be used in the non-transparent navbar.
  30. # It will be default to the theme logos if not provided.
  31. logo:
  32. main: /assets/images/main-logo.png
  33. inverted: /assets/images/inverted-logo.png
  34. # GitHub repo URL of your site
  35. gitRepo: https://github.com/hossainemruz/toha-example-site
  36. # specify whether you want to write blog post or not
  37. enableBlogPost: true
  38. # specify whether you want to show Table of Contents in reading page
  39. enableTOC: true
  40. # specify the list of custom menus that you want to show in the top navbar.
  41. # they will be separated by a divider from the main menus.
  42. customMenus:
  43. - name: Notes
  44. url: https://hossainnotes.netlify.app/docs/example/
  45. # Provide newsletter configuration. This feature hasn't been implemented yet.
  46. # Currently, you can just hide it from the footer.
  47. newsletter:
  48. enable: true
  49. # some information about you
  50. author:
  51. name: "Jane Doe"
  52. nickname: "Jane"
  53. image: "images/avatar.png"
  54. # give your some contact information. they will be used in the footer
  55. contactInfo:
  56. email: "janedoe@example.com"
  57. phone: "+0123456789"
  58. # a summary of what you do
  59. summary:
  60. - I am a Developer
  61. - I work with Go
  62. - I love to work with some fun projects