config.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. # greeting message before your name. it will default to "Hi! I am" if not provided
  56. greeting: "Hi, I am"
  57. # give your some contact information. they will be used in the footer
  58. contactInfo:
  59. email: "janedoe@example.com"
  60. phone: "+0123456789"
  61. # a summary of what you do
  62. summary:
  63. - I am a Developer
  64. - I work with Go
  65. - I love to work with some fun projects