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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjunichim <junichim@users.noreply.github.com>2020-11-04 10:41:45 +0300
committerGitHub <noreply@github.com>2020-11-04 10:41:45 +0300
commit0da0cd586b31910adacab46fe1f12dcec1ee6e72 (patch)
tree453b7c6913ede2de195733fa095c4d2849d5c4d8 /exampleSite
parent77a85be7e7149f79c996b00224175991e23a8612 (diff)
fixed to Formspree new form style (#276)
* fixed to Formspree new form style * change variable name to formspree_action * change formspree_action variable to have all the url
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml13
1 files changed, 7 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ed76603..a4abbc0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -91,18 +91,19 @@ paginate = 10
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
- # email. Visitors can send up to a 1000 emails each month for free.
+ # email. Visitors can send up to a 50 emails each month for free.
#
# What you need to do for the setup?
#
- # - set your email address under 'email' below
+ # - register your account to https://formspree.io/register
+ # - login and create new form
+ # - set your form's endpoint url under 'formspree_action' below
# - upload the generated site to your server
- # - send a dummy email yourself to confirm your account
- # - click the confirm link in the email from www.formspree.io
+ # - test a dummy email yourself
# - you're done. Happy mailing!
#
- # Enable the contact form by entering your Formspree.io email
- email = "your@email.com"
+ # Enable the contact form by entering your Formspree.io endpoint url
+ formspree_action = "https://formspree.io/sample/of/endpoint"
contact_form_ajax = false
about_us = "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>"