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

github.com/uicardiodev/hugo-uilite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvind <heyarviind@gmail.com>2021-06-08 19:11:42 +0300
committerGitHub <noreply@github.com>2021-06-08 19:11:42 +0300
commit0b625104854cb06afaf1f1260eabedb07c0d4706 (patch)
tree8e6cd95b418cf300c939939cd5b68f2e84183678 /exampleSite
parent966770a2171eec418fecd356d781f50f82f7bede (diff)
parent860fc155148169b8a82fc8a13c340d459ed4b18c (diff)
Merge pull request #18 from felipeamarante/formspree-fixHEADmaster
Fixing formspree integration and adding steps to readme.md and exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/data/config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/data/config.json b/exampleSite/data/config.json
index 5e30375..6284b53 100644
--- a/exampleSite/data/config.json
+++ b/exampleSite/data/config.json
@@ -1,4 +1,5 @@
{
"author" : "Arvind Singh",
- "email" : "youremailhere@gmail.com"
-} \ No newline at end of file
+ "email" : "youremailhere@gmail.com",
+ "formspree" : "https://your-form-endpoint-goes-here"
+}