thefoldwithin-earth/package.json

32 lines
720 B
JSON
Raw Normal View History

2025-11-08 14:41:09 -06:00
{
2025-11-09 19:37:10 +00:00
"flat": [
{
"path": "posts/example.md",
"title": "Example Post",
"tags": ["tag1", "tag2"],
"isIndex": false,
"isPinned": true,
"ctime": 1731168000000,
"mtime": 1731168000000,
"ext": ".md",
"excerpt": "This is an example excerpt from the post content..."
},
{
"path": "section/index.html",
"title": "Section Index",
"tags": [],
"isIndex": true,
"isPinned": false,
"ctime": 1731168000000,
"mtime": 1731168000000,
"ext": ".html",
"excerpt": "Welcome to the section..."
}
],
"sections": ["posts", "section"],
"tags": ["tag1", "tag2"],
"hierarchies": {
"section": ["subsection"]
2025-11-08 15:49:19 -06:00
}
2025-11-09 14:14:31 +00:00
}