diff --git a/src/assets/2019-10-30-serial-dilution/public.jpg b/src/assets/2019-10-30-serial/public.jpg similarity index 100% rename from src/assets/2019-10-30-serial-dilution/public.jpg rename to src/assets/2019-10-30-serial/public.jpg diff --git a/src/assets/2019-10-30-serial-dilution/thumb.jpg b/src/assets/2019-10-30-serial/thumb.jpg similarity index 100% rename from src/assets/2019-10-30-serial-dilution/thumb.jpg rename to src/assets/2019-10-30-serial/thumb.jpg diff --git a/src/content/config.json b/src/content/config.json index 95a7c4e..1c570b5 100644 --- a/src/content/config.json +++ b/src/content/config.json @@ -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": + [ + + ] } ] } diff --git a/src/content/drawing-painting.json b/src/content/drawing-painting.json deleted file mode 100644 index 221a9a5..0000000 --- a/src/content/drawing-painting.json +++ /dev/null @@ -1,4 +0,0 @@ - -[ - -] diff --git a/src/content/photography.json b/src/content/photography.json deleted file mode 100644 index 53e8a74..0000000 --- a/src/content/photography.json +++ /dev/null @@ -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" - } -] diff --git a/src/content/video.json b/src/content/video.json deleted file mode 100644 index 221a9a5..0000000 --- a/src/content/video.json +++ /dev/null @@ -1,4 +0,0 @@ - -[ - -]