{
    "posts": [
        {
            "name": "Hello World",
            "file": "first-entry.md",
            "date": "2022-10-10"
        },
        {
            "name": "Entity Parenting in ECS",
            "file": "ecs-parenting.md",
            "date": "2022-10-10"
        }
    ],
    "comments": [
         {
            "name": "Entity Parenting in ECS",
            "file": "ecs-parenting.md",
            "date": "2022-10-11"
        } 
    ]
}