@quasibit/eleventy-plugin-sitemap
Version:
Eleventy plugin to generate a sitemap.
51 lines (50 loc) • 627 B
JSON
[
{
"url": "/post_a",
"name": "Post A"
},
{
"url": "/post_b",
"name": "Post B"
},
{
"url": "/post_c",
"name": "Post C"
},
{
"url": "/post_d",
"name": "Post D"
},
{
"url": "/post_e",
"name": "Post E"
},
{
"url": "/post_f",
"name": "Post F"
},
{
"url": "/post_g",
"name": "Post G"
},
{
"url": "/post_h",
"name": "Post H"
},
{
"url": "/post_i",
"name": "Post I"
},
{
"url": "/post_j",
"name": "Post J"
},
{
"url": "/post_k",
"name": "Post K"
},
{
"url": "/post_l",
"name": "Post L"
}
]