| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | baseURL: http://example.org/languageCode: en-ustitle: "Toha"theme: "toha"# Allow raw html in markdown filemarkup:  goldmark:    renderer:      unsafe: true# Enable Google AnalyticsgoogleAnalytics: UA-xxxxxxxx# Enable Disqus forumdisqusShortname: does-not-exist# Enable global emoji supportenableEmoji: true# Custom parametersparams:  # copyright  copyright: © 2020 Copyright.  # background image of the landing page  background: "images/background.jpg"  # GitHub repo URL of your site  gitRepo: https://github.com/hossainemruz/toha-example-site  # specify whether you want to write blog post or not  enableBlogPost: true  # specify the list of custom menus that you want to show in the top navbar.  # they will be separated by a divider from the main menus.  customMenus:  - name: Notes    url: https://hossainnotes.netlify.app/docs/example/  # some information about you  author:    name: "Jane Doe"    nickname: "Jane"    image: "images/avatar.png"    # give your some contact information. they will be used in the footer    contactInfo:      email: "janedoe@example.com"      phone: "+0123456789"    # a summary of what you do    summary:    - I am a Developer    - I work with Go    - I love to work with some fun projects
 |