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:
Jean-Baptiste Le Duigou 2021-05-18 20:53:47 +02:00 committed by GitHub
parent ac28e9824e
commit 5f293a8fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,10 +137,16 @@ params:
# specify whether you want to show Table of Contents in reading page # specify whether you want to show Table of Contents in reading page
enableTOC: true enableTOC: true
# Provide newsletter configuration. This feature hasn't been implemented yet. # Provide newsletter configuration.
# Currently, you can just hide it from the footer. # This feature has been implemented for Mailchimp only for now.
# You can also hide it from the footer.
newsletter: newsletter:
# specify whether you want to display the newsletter form
enable: true 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&amp;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/). 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/).