config.yaml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. favicon: /assets/images/favicon.png
  35. # GitHub repo URL of your site
  36. gitRepo: https://github.com/hossainemruz/toha-example-site
  37. # specify whether you want to write blog post or not
  38. enableBlogPost: true
  39. # specify whether you want to show Table of Contents in reading page
  40. enableTOC: true
  41. # specify the list of custom menus that you want to show in the top navbar.
  42. # they will be separated by a divider from the main menus.
  43. customMenus:
  44. - name: Notes
  45. url: https://hossainnotes.netlify.app/docs/example/
  46. # Provide newsletter configuration. This feature hasn't been implemented yet.
  47. # Currently, you can just hide it from the footer.
  48. newsletter:
  49. enable: true
  50. # some information about you
  51. author:
  52. name: "Jane Doe"
  53. nickname: "Jane"
  54. image: "images/avatar.png"
  55. # give your some contact information. they will be used in the footer
  56. contactInfo:
  57. email: "janedoe@example.com"
  58. phone: "+0123456789"
  59. # a summary of what you do
  60. summary:
  61. - I am a Developer
  62. - I work with Go
  63. - I love to work with some fun projects