mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 21:04:23 +01:00
Add: contact config
This commit is contained in:
parent
44f3f75195
commit
db14fa8155
1 changed files with 21 additions and 0 deletions
21
data/contact.yml
Normal file
21
data/contact.yml
Normal file
|
@ -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"
|
Loading…
Reference in a new issue