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,