123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- baseURL: http://example.org/
- languageCode: en-us
- title: "Toha"
- theme: "toha"
- # Allow raw html in markdown file
- markup:
- goldmark:
- renderer:
- unsafe: true
- # Enable Google Analytics
- googleAnalytics: UA-xxxxxxxx
- # Enable Disqus forum
- disqusShortname: does-not-exist
- # Enable global emoji support
- enableEmoji: true
- # Custom parameters
- params:
- # 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
|