From d517bd104f2668b06ea22fe939c6164763a29579 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 17 Apr 2024 22:07:00 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9A=20=E2=80=9CStarkweather?= =?UTF-8?q?=E2=80=9D=20(started)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_data/json/read.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/_data/json/read.json b/src/_data/json/read.json index e69de29b..d927165f 100644 --- a/src/_data/json/read.json +++ b/src/_data/json/read.json @@ -0,0 +1,19 @@ +[ + { + "isbn": "1640095411", + "dateStarted": "2024-04-10", + "status": "started", + "rating": "unrated", + "title": "Starkweather", + "authors": [ + "Harry N. Maclean" + ], + "publishedDate": "2023", + "description": "The Untold Story of the Killing Spree That Changed America", + "pageCount": 0, + "printType": "BOOK", + "categories": [], + "thumbnail": "https://covers.openlibrary.org/b/id/14544652-S.jpg", + "language": "en" + } +] \ No newline at end of file From 3a26317d200442e05ab9b2c9fd22cb6fe8b096f7 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 17 Apr 2024 22:07:35 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9A=20=E2=80=9CMachine=20Vendetta?= =?UTF-8?q?=E2=80=9D=20(started)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_data/json/read.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/_data/json/read.json b/src/_data/json/read.json index d927165f..9e24cff0 100644 --- a/src/_data/json/read.json +++ b/src/_data/json/read.json @@ -15,5 +15,21 @@ "categories": [], "thumbnail": "https://covers.openlibrary.org/b/id/14544652-S.jpg", "language": "en" + }, + { + "isbn": "0316462845", + "dateStarted": "2024-03-02", + "status": "started", + "rating": "unrated", + "title": "Machine Vendetta", + "authors": [ + "Alastair Reynolds" + ], + "publishedDate": "2023", + "pageCount": 432, + "printType": "BOOK", + "categories": [], + "thumbnail": "https://covers.openlibrary.org/b/id/13564806-S.jpg", + "language": "en" } ] \ No newline at end of file