diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index d5dd2ed..aea5c7d 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -8,10 +8,10 @@ "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ { - "title": "Life, the Universe and Everything", - "isbn": 9781529034547, - "author": "Adams Douglas" - } + "title": "Black Box Thinking", + "isbn": 9781473613805, + "author": "Matthew Syed" + } ] }, { @@ -40,6 +40,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", diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 1948d84..dfcac30 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -20,7 +20,7 @@ "type": "series" }, { - "title": "Star Wars Rebels S03", + "title": "Star Wars Rebels S04", "type": "series" } ] @@ -30,9 +30,21 @@ "url": "https://kjelsrud.dev/logs/watchlist/", "tv":[ { + "title": "Star Wars Rebels S03", + "type": "series", + "date": + { + "year": "2025", + "month": "04", + "day": "21", + "string": "2025-04-21" + }, + "rating": 4 + }, + { "title": "Star Wars Rebels S02", "type": "series", - "date": + "date": { "year": "2025", "month": "04",