From 5ded0a6da1528501295aa34fc79cda28310709ce Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 19 Jun 2025 19:39:55 +0200 Subject: [PATCH] :books: Add "Mostly Harmless" 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 458d634..b170737 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": "Mostly Harmless", - "isbn": 9781529034561, - "author": "Adams Douglas" - } + ] }, { @@ -29,6 +25,19 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "Mostly Harmless", + "isbn": 9781529034561, + "author": "Adams Douglas", + "date": { + "year": "2025", + "month": "06", + "day": "16", + "string": "2025-06-16" + }, + "rating": 3 + + }, { "title": "So Long, and Thanks for All the Fish", "isbn": 9781529034554,