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

github.com/kc0bfv/autophugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekr <me.kr@windowslive.com>2022-07-31 22:14:07 +0300
committerKarl <kc0bfv@gmail.com>2022-10-17 05:44:15 +0300
commite71ae6a0195cb8309e970f2e24c4a9cff2807ac7 (patch)
treef1eab4ee2ed919749fb971f1983654f2b59ed270
parent642cb2e2bff13f8669ebb3a66a0b251ec9140fe4 (diff)
Update config.toml
Update example site
-rw-r--r--exampleSiteNoAlbum/config.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/exampleSiteNoAlbum/config.toml b/exampleSiteNoAlbum/config.toml
index 9b7022c..2d0ceab 100644
--- a/exampleSiteNoAlbum/config.toml
+++ b/exampleSiteNoAlbum/config.toml
@@ -81,15 +81,14 @@ disableKinds = ["taxonomy", "term"]
#
# What you need to do for the setup?
#
- # - set your email address under 'realEmail' 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
+ # - set your integration endpoint address under 'formspreeID' below
+ # - create a formspree account and a simple form
+ # - then get the integration endpoint generated to you form
# - you're done. Happy mailing!
[params.footer.contact]
hide = false # Set this to true if you don't want to have a contact form on your site
- realEmail = "example@example.org"
+ formspreeID = "myuniqueID" # Getting value from Formspree integration endpoint (eg. https://formspree.io/f/myuniqueID)
headline = "Get in touch"
buttonText = "Send"
resetText = "Reset"