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",
|
||||
"description": "This is a collection of my “finished” work, sorted by year originally posted.",
|
||||
"years": [
|
||||
{
|
||||
"year": 2016,
|
||||
"pieces": [
|
||||
{
|
||||
"title": "Old Stuff",
|
||||
"filename": "summer-byleth.webp"
|
||||
},
|
||||
{
|
||||
"title": "Another old thing",
|
||||
"filename": "summer-byleth.webp"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": 2022,
|
||||
"pieces": [
|
||||
{
|
||||
"title": "summer byleth",
|
||||
"filename": "summer-byleth.webp",
|
||||
"pixiv_url": "test"
|
||||
},
|
||||
{
|
||||
"title": "summer eva girls",
|
||||
"filename": "summer-eva-girls.webp",
|
||||
"newgrounds_url": "test"
|
||||
},
|
||||
{
|
||||
"title": "office date",
|
||||
"filename": "office-date.webp"
|
||||
},
|
||||
{
|
||||
"title": "after school",
|
||||
"filename": "after-school.webp"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"year": 2016,
|
||||
"pieces": [
|
||||
{
|
||||
"title": "Old Stuff",
|
||||
"filename": "summer-byleth.webp"
|
||||
},
|
||||
{
|
||||
"title": "Another old thing",
|
||||
"filename": "summer-byleth.webp"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": 2022,
|
||||
"pieces": [
|
||||
{
|
||||
"title": "summer byleth",
|
||||
"filename": "summer-byleth.webp",
|
||||
"pixiv_url": "test"
|
||||
},
|
||||
{
|
||||
"title": "summer eva girls",
|
||||
"filename": "summer-eva-girls.webp",
|
||||
"newgrounds_url": "test"
|
||||
},
|
||||
{
|
||||
"title": "office date",
|
||||
"filename": "office-date.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",
|
||||
"description": "This is a photo collection of my figure collection.",
|
||||
"years": [
|
||||
{
|
||||
"year": 2022,
|
||||
"pieces": [
|
||||
{
|
||||
"title": "2B",
|
||||
"filename": "20220519_0001.webp"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"year": 2022,
|
||||
"pieces": [
|
||||
{
|
||||
"title": "2B",
|
||||
"filename": "20220519_0001.webp"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue