From 8767c1f1b71acad6730ed803d1b9850220206803 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 21 Apr 2025 14:18:36 +0200 Subject: [PATCH] :books: Add "Life, the Universe and Everything" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index d5dd2ed..6188800 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -7,11 +7,7 @@ "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ - { - "title": "Life, the Universe and Everything", - "isbn": 9781529034547, - "author": "Adams Douglas" - } + ] }, { @@ -40,6 +36,19 @@ "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ { + "title": "Life, the Universe and Everything", + "isbn": 9781529034547, + "author": "Adams Douglas", + "date": + { + "year": "2025", + "month": "04", + "day": "21", + "string": "2025-04-21" + }, + "rating": 3 + }, + { "title": "Zucked: Waking Up to the Facebook Catastrophe", "isbn": 9780008319014, "author": "Roger McNamee",