-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
55 lines (55 loc) · 2.12 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"site" : {
"title" : "Beauty of Clay",
"url" : "https://www.beautyofclay.co.uk",
"description" : "I am Monir, I run low-cost pottery and ceramic workshops for people of all ages. No experience is necessary and all materials are provided. If you are interested in attending my weekly pottery workshops, please contact me on [email protected]. My workshops include creating and glazing tiles based on your own design, and ceramic jewellery making.",
"og-description" : "#pottery #clay #beauty #art #DIY",
"og-type" : "Low-cost pottery and ceramic workshops for people of all ages",
"author" : "Maytree House Studios",
"themeColour" : "rgb(27, 45, 75)",
"twitterHandle" : ""
},
"paths" : {
"controllerPath" : "src/controller",
"pagesPath" : "src/view/page",
"wrappersPath" : "src/view/component/wrappers",
"includesPath" : "src/view/component/includes",
"sassInputPath" : "src/sass",
"sassOutputPath" : "docs/css",
"sassFiles" : ["main", "normalize"],
"outputBuildPath" : "docs"
},
"galleryPaths" : {
"gallery" : "img/gallery/",
"workshop" : "img/workshop/",
"exhibitions" : "img/exhibitions/"
},
"slideshow" : {
"imagesPath" : "img/slideshow",
"secondsPerImage": 6
},
"workshops" : {
"workshopAPI" : "https://api.maytreehousestudios.co.uk/eventbrite-events"
},
"form" : {
"recaptcha2-site-secret" : "6LdOWmkaAAAAAAXH3BvOKcI2wrq53-qq3bjtSR2s",
"contactUsAPI" : "https://api.maytreehousestudios.co.uk/contact-us",
"siteKey" : "beautyofclay",
"expectedFormData" : [
{ "name" : "name",
"niceName" : "Name" },
{ "name" : "email",
"niceName" : "Email",
"validation" : {
"type" : "email",
"error" : "Please enter a valid Email Address"
},
"required" : "No email address provided" },
{ "name" : "whereHear",
"niceName" : "Where did you hear about us" },
{ "name" : "message",
"niceName" : "Message",
"required" : "Please enter your message to us here"}
]
}
}