diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index b24e684..14b88ac 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -6,12 +6,7 @@ { "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books":[ - { - "title": "Black Box Thinking", - "isbn": 9781473613805, - "author": "Matthew Syed" - } + "books":[ ] }, { @@ -40,6 +35,19 @@ "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ { + "title": "Black Box Thinking", + "isbn": 9781473613805, + "author": "Matthew Syed", + "date": + { + "year": "2025", + "month": "05", + "day": "09", + "string": "2025-05-09" + }, + "rating": 3 + }, + { "title": "Life, the Universe and Everything", "isbn": 9781529034547, "author": "Adams Douglas",