-
Notifications
You must be signed in to change notification settings - Fork 1
/
site_content.json
58 lines (58 loc) · 1.73 KB
/
site_content.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
{
"meta": {
"title": "Peasy CMS",
"author": "",
"footer_copyright": "<p><a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0; float: right\" src=\"https://i.creativecommons.org/l/by-sa/4.0/88x31.png\" /></a>Copyright ©",
"footer_license": "This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>",
"footer_attribution": "",
"copyright_year": "2017",
"contact_email": "",
"is_setup": true,
"url": "https://peasy.pushpullfork.com",
"platform": "peasy",
"version":"beta0.3"
},
"pages": {
"Home": {
"timestamp": "",
"feature_image": "banner-zion.jpg",
"feature_image_alt_text": "Zion",
"image_credit_url": "",
"image_credit_photographer": "",
"author": "",
"navbar": true,
"title": "Home",
"filename": "home.html"
},
"Page 1": {
"timestamp": "",
"feature_image": "",
"image_credit_url": "",
"image_credit_photographer": "",
"author": "",
"navbar": false,
"title": "Page 1",
"filename": "page01.html"
},
"Page 2": {
"timestamp": "",
"feature_image": "",
"image_credit_url": "",
"image_credit_photographer": "",
"author": "",
"navbar": false,
"title": "Page 2",
"filename": "page02.html"
},
"Page 3": {
"timestamp": "",
"feature_image": "",
"image_credit_url": "",
"image_credit_photographer": "",
"author": "",
"navbar": false,
"title": "Page 3",
"filename": "page03.html"
}
}
}