Update README.md
This commit is contained in:
parent
da92162264
commit
af9e55dfef
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -81,6 +81,13 @@ params:
|
||||||
# background image of the landing page
|
# background image of the landing page
|
||||||
background: "images/background.jpg"
|
background: "images/background.jpg"
|
||||||
|
|
||||||
|
# Provide logos for your site. The inverted logo will be used in the initial
|
||||||
|
# transparent navbar and the main logo will be used in the non-transparent navbar.
|
||||||
|
# It will be default to the theme logos if not provided.
|
||||||
|
logo:
|
||||||
|
main: /assets/images/main-logo.png
|
||||||
|
inverted: /assets/images/inverted-logo.png
|
||||||
|
|
||||||
# GitHub repo URL of your site
|
# GitHub repo URL of your site
|
||||||
gitRepo: https://github.com/hossainemruz/toha-example-site
|
gitRepo: https://github.com/hossainemruz/toha-example-site
|
||||||
|
|
||||||
|
@ -96,6 +103,11 @@ params:
|
||||||
- name: Notes
|
- name: Notes
|
||||||
url: https://hossainnotes.netlify.app/docs/example/
|
url: https://hossainnotes.netlify.app/docs/example/
|
||||||
|
|
||||||
|
# Provide newsletter configuration. This feature hasn't been implemented yet.
|
||||||
|
# Currently, you can just hide it from the footer.
|
||||||
|
newsletter:
|
||||||
|
enable: true
|
||||||
|
|
||||||
# some information about you
|
# some information about you
|
||||||
author:
|
author:
|
||||||
name: "Jane Doe"
|
name: "Jane Doe"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue