pbe/example-site/pages.json

15 lines
252 B
JSON
Raw Normal View History

2023-06-27 17:18:52 -04:00
{
"pages": [
{
"file_path": "about.md",
"title": "About This Site",
"url": "/about/"
},
{
"file_path": "joke.md",
"title": "Joke",
"url": "/joke/",
"old_urls": ["/trying-to-be-funny/"]
2023-06-27 17:18:52 -04:00
}
]
}