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",