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

github.com/balaramadurai/hugo-travelify-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBala Ramadurai <bala@balaramadurai.net>2020-08-19 06:59:19 +0300
committerGitHub <noreply@github.com>2020-08-19 06:59:19 +0300
commit02012b5f3282b7909fd7aa444d14218c4a049010 (patch)
tree8cf97e0e6b510d8dc125e6650cff74f2ecc2be5a
parentde0bc3ab31320bb8bb59e0b0e2a41180c5d21a63 (diff)
mailchimpform instruction update
In response to #29 # grab the mailchimpform value by following instructions here - https://mailchimp.com/help/add-a-signup-form-to-your-website/ # Copy the URL in the action parameter inside the form # <div id="mc_embed_signup"><form action="https://balaramadurai.us15.list-manage.com/subscribe/post?u=7f4183fa2fe7abe3dc9f4efad&amp;id=49a3dd3745" method="post"
-rw-r--r--exampleSite/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8ac4cdb..b10a011 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -105,7 +105,11 @@ DisqusShortname = "nikimonikado"
archives = false # This feature is yet to be implemented because of limitations in Hugo's way of working.
search = true
mailchimp = true
- mailchimpform = "//balaramadurai.us15.list-manage.com/subscribe/post?u=7f4183fa2fe7abe3dc9f4efad&amp;id=49a3dd3745"
+ mailchimpform = "//balaramadurai.us15.list-manage.com/subscribe/post?u=7f4183fa2fe7abe3dc9f4efad&amp;id=49a3dd3745"
+ # grab the mailchimpform value by following instructions here - https://mailchimp.com/help/add-a-signup-form-to-your-website/
+ # Copy the URL in the action parameter inside the form
+ # <div id="mc_embed_signup"><form action="https://balaramadurai.us15.list-manage.com/subscribe/post?u=7f4183fa2fe7abe3dc9f4efad&amp;id=49a3dd3745" method="post"
+
author = true
[params.slider]