Documentation mailchimp (#320)
* Fix link to email address See https://github.com/hossainemruz/toha/issues/7 * 📝 add mailchimp parameters to documentation Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
This commit is contained in:
parent
ac28e9824e
commit
5f293a8fcc
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -137,10 +137,16 @@ params:
|
|||
# specify whether you want to show Table of Contents in reading page
|
||||
enableTOC: true
|
||||
|
||||
# Provide newsletter configuration. This feature hasn't been implemented yet.
|
||||
# Currently, you can just hide it from the footer.
|
||||
# Provide newsletter configuration.
|
||||
# This feature has been implemented for Mailchimp only for now.
|
||||
# You can also hide it from the footer.
|
||||
newsletter:
|
||||
# specify whether you want to display the newsletter form
|
||||
enable: true
|
||||
# specify which newsletter provider you want to use
|
||||
provider: mailchimp
|
||||
# specify the target URL for the subscription form
|
||||
mailchimpURL: https://github.us1.list-manage.com/subscribe/post?u=19de52a4603135aae97163fd8&id=094a24c76e
|
||||
```
|
||||
|
||||
Don't forget to update `title`, `baseURL`, and `gitRepo` fields with your own information. To know about more available configuration options, please visit [here](https://toha-guides.netlify.app/posts/configuration/site-parameters/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue