Reformat art and photo data json
This commit is contained in:
parent
6f0a3ae43c
commit
0c733c9972
2 changed files with 57 additions and 57 deletions
|
@ -1,46 +1,46 @@
|
||||||
{
|
{
|
||||||
"categories": [
|
"categories": [
|
||||||
|
{
|
||||||
|
"name": "2D Art",
|
||||||
|
"description": "This is a collection of my “finished” work, sorted by year originally posted.",
|
||||||
|
"years": [
|
||||||
{
|
{
|
||||||
"name": "2D Art",
|
"year": 2016,
|
||||||
"description": "This is a collection of my “finished” work, sorted by year originally posted.",
|
"pieces": [
|
||||||
"years": [
|
{
|
||||||
{
|
"title": "Old Stuff",
|
||||||
"year": 2016,
|
"filename": "summer-byleth.webp"
|
||||||
"pieces": [
|
},
|
||||||
{
|
{
|
||||||
"title": "Old Stuff",
|
"title": "Another old thing",
|
||||||
"filename": "summer-byleth.webp"
|
"filename": "summer-byleth.webp"
|
||||||
},
|
}
|
||||||
{
|
]
|
||||||
"title": "Another old thing",
|
},
|
||||||
"filename": "summer-byleth.webp"
|
{
|
||||||
}
|
"year": 2022,
|
||||||
]
|
"pieces": [
|
||||||
},
|
{
|
||||||
{
|
"title": "summer byleth",
|
||||||
"year": 2022,
|
"filename": "summer-byleth.webp",
|
||||||
"pieces": [
|
"pixiv_url": "test"
|
||||||
{
|
},
|
||||||
"title": "summer byleth",
|
{
|
||||||
"filename": "summer-byleth.webp",
|
"title": "summer eva girls",
|
||||||
"pixiv_url": "test"
|
"filename": "summer-eva-girls.webp",
|
||||||
},
|
"newgrounds_url": "test"
|
||||||
{
|
},
|
||||||
"title": "summer eva girls",
|
{
|
||||||
"filename": "summer-eva-girls.webp",
|
"title": "office date",
|
||||||
"newgrounds_url": "test"
|
"filename": "office-date.webp"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "office date",
|
"title": "after school",
|
||||||
"filename": "office-date.webp"
|
"filename": "after-school.webp"
|
||||||
},
|
}
|
||||||
{
|
]
|
||||||
"title": "after school",
|
|
||||||
"filename": "after-school.webp"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"categories": [
|
"categories": [
|
||||||
|
{
|
||||||
|
"name": "Figures",
|
||||||
|
"description": "This is a photo collection of my figure collection.",
|
||||||
|
"years": [
|
||||||
{
|
{
|
||||||
"name": "Figures",
|
"year": 2022,
|
||||||
"description": "This is a photo collection of my figure collection.",
|
"pieces": [
|
||||||
"years": [
|
{
|
||||||
{
|
"title": "2B",
|
||||||
"year": 2022,
|
"filename": "20220519_0001.webp"
|
||||||
"pieces": [
|
}
|
||||||
{
|
]
|
||||||
"title": "2B",
|
|
||||||
"filename": "20220519_0001.webp"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue