forked from kshaffer/peasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site_content.json
38 lines (38 loc) · 1.34 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
{
"meta": {
"title": "Peasy - simple HTML websites",
"author": "Kris Shaffer",
"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": "[email protected]",
"is_setup": true,
"url": "https://peasy.pushpullfork.com",
"platform": "peasy",
"version":"beta0.3"
},
"pages": {
"Home": {
"timestamp":"",
"feature_image":"banner.jpg",
"feature_image_alt_text":"Monuments National Park",
"image_credit_url":"",
"image_credit_photographer":"",
"author":"",
"title":"Home",
"filename":"home.html",
"navbar":true
},
"Page Two": {
"timestamp": "",
"feature_image": "",
"image_credit_url": "",
"image_credit_photographer": "",
"author": "Kris Shaffer",
"title": "Page Two: another Peasy page",
"filename": "page2.html",
"navbar": true
}
}
}