Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMd. Emruz Hossain <hossainemruz@gmail.com>2020-07-22 19:27:33 +0300
committerGitHub <noreply@github.com>2020-07-22 19:27:33 +0300
commit7da028e6433b8afd286b96190855df1d689d2399 (patch)
tree029297043905f492b1b5023d815b2953bae94130 /README.md
parent74bf5e99414a799181948de23d19f762c42ee7ce (diff)
Allow hiding newsletter section from footer (#48)
* Allow hiding newsletter section from footer * Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ea8696..75df1f6 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,13 @@ params:
# background image of the landing page
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
gitRepo: https://github.com/hossainemruz/toha-example-site
@@ -96,6 +103,11 @@ params:
- name: Notes
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
author:
name: "Jane Doe"