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

github.com/StaticMania/roxo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d6e9f59..5c3df9a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -39,6 +39,22 @@ summarylength = 25
googleAnalitycsID = "Your ID"
# We're using formspree.io for form handling, paste your formspree url below
formspreeFormUrl = "https://formspree.io/myykjpje"
+
+ # Contact Form
+ [params.contactForm]
+ placeholder_first_name = "First Name"
+ placeholder_last_name = "Last Name"
+ placeholder_email = "Email"
+ placeholder_project_type = "Project Type"
+ placeholder_about_the_project = "About the Project"
+ send_message = "Send Message"
+
+ [[params.contactForm.projectType]]
+ value = "gd"
+ title = "Graphics Design"
+ [[params.contactForm.projectType]]
+ value = "wd"
+ title = "Web Design"
# Navbar Action Button
[params.navAction]