-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
83 lines (83 loc) · 2.13 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"baseURL": "https://www.humansofnosara.org",
"title": "Humans of Nosara",
"theme": "humans-of-nosara",
"metaDataFormat": "json",
"disableKinds": [
"RSS",
"taxonomy",
"taxonomyTerm"
],
"languages": {
"en": {
"weight": 1,
"summary": "A collection of stories from the people of Nosara",
"call_to_action": [
{
"title": "Donate",
"subtitle": "Help feed a family in need, clean up the town or support a local firefighter",
"url": "donate/",
"background_image_url": "https://res.cloudinary.com/humansofnosara/image/upload/c_crop,fl_progressive,h_560,w_720/v1504232220/Nosara%20Food%20Bank/Nosara_Food_Bank.jpg",
"side": "Left"
}
],
"image": {
"teaser_url": "/favicon.png"
},
"menu": {
"main": [
{
"url": "/about",
"name": "About",
"weight": "1"
},
{
"url": "/donate",
"name": "Donate",
"weight": "2"
},
{
"url": "/search",
"name": "Search",
"weight": "0"
}
]
}
},
"es": {
"weight": 2,
"summary": "Una colección de historias de la gente de Nosara",
"call_to_action": [
{
"title": "Donar",
"subtitle": "Ayuda a una familia en necesidad, limpia el pueblo o apoya a los bomberos locales",
"background_image_url": "https://res.cloudinary.com/humansofnosara/image/upload/c_crop,fl_progressive,h_560,w_720/v1504232220/Nosara%20Food%20Bank/Nosara_Food_Bank.jpg",
"side": "Left",
"url": "donar/"
}
],
"image": {
"teaser_url": "/favicon.png"
},
"menu": {
"main": [
{
"url": "/es/sobre",
"name": "Sobre",
"weight": "1"
},
{
"url": "/es/donar",
"name": "Donar",
"weight": "2"
},
{
"url": "/es/buscar",
"name": "Buscar",
"weight": "0"
}
]
}
}
}
}