From db14fa8155b16106b26f5d74aeb3b43f14238f84 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 19 Mar 2022 15:39:47 +0100 Subject: [PATCH] Add: contact config --- data/contact.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/contact.yml diff --git a/data/contact.yml b/data/contact.yml new file mode 100644 index 0000000..3592acd --- /dev/null +++ b/data/contact.yml @@ -0,0 +1,21 @@ +############################## Contact ############################# +contact: + enable : true + title : Contact Me + content : Drop Me a Message #If you have questions fel free to contact me. + + # Contact form + contact_form: + enable : true + netlify : true + action : "#" #contact form works with https://formspree.io + name : "Your Name *" + email : "Your Email *" + subject : "Subject *" + message : "What's up?" + submit : "Submit" + + h_captcha: + enable : false + theme : "light" # dark + sitekey : "7e9fcbed-3001-42cb-a416-0966c3d9123f" \ No newline at end of file