From 8a4bb3866e7a908e452a5e0d82ffba422bce0106 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 7 Jul 2023 18:56:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20=E2=80=9CSustainable=20Web=20Des?= =?UTF-8?q?ign=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 | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/_data/json/read.json b/src/_data/json/read.json index c5f1e045..a6658dac 100644 --- a/src/_data/json/read.json +++ b/src/_data/json/read.json @@ -1 +1,24 @@ - [] \ No newline at end of file +[ + { + "isbn": "1952616034", + "dateStarted": "2023-07-07", + "status": "started", + "rating": "unrated", + "tags": [ + "development" + ], + "title": "Sustainable Web Design", + "authors": [ + "Tom Greenwood" + ], + "publishedDate": "2021", + "description": "Make greener design choices for better experiences and a healthier planet.", + "printType": "BOOK", + "categories": [ + "Sites Web" + ], + "thumbnail": "https://books.google.com/books/content?id=VdduzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Sustainable_Web_Design.html?hl=&id=VdduzgEACAAJ" + } +] \ No newline at end of file