generated from Corentin7301/NUXT-FORESTRY-TEMPLATE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.config.json
43 lines (35 loc) · 1.82 KB
/
site.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
{
"siteUrl": "https://know-wildlife.fr",
"siteName": "Know-Wildlife",
"siteSubname": "L'aide mémoire des espèces sauvages",
"siteMetaDescription": "Know-Wildlife est le seul site d'aide mémoire des espèces sauvages !",
"newSubmissionTitle": "Soumission d'espèce",
"newSubmissionMetaDescription": "Soumets nous une nouvelle espèce !",
"newSubmissionRedirectMessage": "Merci pour ta soumission ! Je te réponds au plus vite !",
"thanksSubmissionTitle": "Merci !",
"thanksSubmissionMetaDescription": "Merci pour ta soumission !",
"creditsTitle": "Crédits photos",
"creditsMetaDescription": "Crédits photographiques des images présentes sur le site.",
"mentionsTitle": "Mentions Légales",
"mentionsMetaDescription": "Mentions légales du site.",
"mainImage": "https://res.cloudinary.com/corentin7301/image/upload/v1622447954/wildlife/Dent-de-Crolles_29.05.21_s-9_rbv5pz.jpg",
"twitterUrl":"https://twitter.com/CorentinPerroux",
"twitterAccount":"@CorentinPerroux",
"twitterCardImage":"https://res.cloudinary.com/corentin7301/image/upload/v1622447954/wildlife/Dent-de-Crolles_29.05.21_s-9_rbv5pz.jpg",
"author": "CORENTIN PERROUX",
"authorEmail": "[email protected]",
"copyright": "CORENTIN PERROUX",
"siteType": "website",
"content": {
"images": {
"newSpaceImg": "https://res.cloudinary.com/corentin7301/image/upload/ar_1:1,b_rgb:373D20,c_fill,g_center,q_auto,r_50/v1/wildlife/bouquetin-accueil_d0gfnr"
}
},
"style" : {
"colors": {
"lightGreen": "#717744",
"darkGreen": "#373D20",
"lightColor": "#F8F4E3"
}
}
}