diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index ec44ffd..641037e 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -18,11 +18,6 @@ "name": "On the shelf", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ - { - "title": "Going Offline", - "isbn": 9781952616235, - "author": "Jeremy Keith" - }, { "title": "The Intelligent Investor (NO)", "isbn": 9788271463823, @@ -47,6 +42,18 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "Going Offline", + "isbn": 9781952616235, + "author": "Jeremy Keith", + "date": { + "year": "2026", + "month": "04", + "day": "15", + "string": "2026-04-15" + }, + "rating": 3 + }, { "title": "Resilient Web Design", "isbn": null,