From d7ca1335b07f48bd8c6c0a332f6ad01f80ce1d13 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 25 Dec 2019 14:26:02 -0500 Subject: [PATCH] [O] Separate json for photography --- src/content/photography.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/content/photography.json diff --git a/src/content/photography.json b/src/content/photography.json new file mode 100644 index 0000000..c508a67 --- /dev/null +++ b/src/content/photography.json @@ -0,0 +1,33 @@ + +[ + { + "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" + } +]