[O] Inline config
This commit is contained in:
|
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
@@ -25,15 +25,56 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"type": "Drawing and Painting",
|
"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",
|
"type": "Photography",
|
||||||
"posts": "@/content/photography.json"
|
"posts":
|
||||||
|
[
|
||||||
|
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Video",
|
"type": "Video",
|
||||||
"posts": "@/content/video.json"
|
"video": true,
|
||||||
|
"posts":
|
||||||
|
[
|
||||||
|
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
[
|
|
||||||
|
|
||||||
]
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
[
|
|
||||||
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user