jimsite/data/pages.json
2021-09-29 21:58:26 -04:00

30 lines
554 B
JSON

{
"home" : {
"name" : "Home",
"query_value" : "home",
"file" : "home.html",
"index" : 0
},
"404" : {
"name" : "404",
"query_value" : "404",
"file" : "404.html",
"index" : -1
},
"about" : {
"name" : "About",
"query_value" : "about",
"file" : "about.html",
"index" : 1
},
"epics" : {
"name" : "Epics & Emprises",
"query_value" : "epics",
"link" : "https://shepich.com/epics",
"index" : -1
}
}