[O] Inline config

This commit is contained in:
Hykilpikonna
2019-12-25 16:01:47 -05:00
parent 1da14a9865
commit 16c2acea02
6 changed files with 44 additions and 45 deletions

Before

Width:  |  Height:  |  Size: 5.8 MiB

After

Width:  |  Height:  |  Size: 5.8 MiB

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

+44 -3
View File
@@ -25,15 +25,56 @@
[
{
"type": "Drawing and Painting",
"posts": "@/content/drawing-painting.json"
"posts":
[
{
"date": "2019-10-05",
"title": "Vibrance",
"format": "png"
},
{
"date": "2019-10-17",
"title": "Entrance"
},
{
"date": "2019-10-23",
"title": "Flowey"
},
{
"date": "2019-10-30",
"title": "Serial Dilution"
},
{
"date": "2019-11-10",
"title": "View",
"description": "This is an example description"
},
{
"date": "2019-11-21",
"title": "Frozen"
},
{
"date": "2019-12-20",
"title": "Snow Quirrel",
"file": "2019-12-20-squirrel/public.jpg",
"thumbnail": "2019-12-20-squirrel/thumb.jpg"
}
]
},
{
"type": "Photography",
"posts": "@/content/photography.json"
"posts":
[
]
},
{
"type": "Video",
"posts": "@/content/video.json"
"video": true,
"posts":
[
]
}
]
}
-4
View File
@@ -1,4 +0,0 @@
[
]
-34
View File
@@ -1,34 +0,0 @@
[
{
"date": "2019-10-05",
"title": "Vibrance"
},
{
"date": "2019-10-17",
"title": "Entrance"
},
{
"date": "2019-10-23",
"title": "Flowey"
},
{
"date": "2019-10-30",
"title": "Serial Dilution"
},
{
"date": "2019-11-10",
"title": "View",
"description": "This is an example description"
},
{
"date": "2019-11-21",
"title": "Frozen"
},
{
"date": "2019-12-20",
"title": "Snow Quirrel",
"file": "2019-12-20-squirrel/public.jpg",
"thumbnail": "2019-12-20-squirrel/thumb.jpg"
}
]
-4
View File
@@ -1,4 +0,0 @@
[
]