From 8767c1f1b71acad6730ed803d1b9850220206803 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 21 Apr 2025 14:18:36 +0200 Subject: [PATCH 1/3] :books: Add "Life, the Universe and Everything" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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", From 2bf819bbbb73eabb3db6dafd24d37a0b2d7477e3 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 21 Apr 2025 14:21:10 +0200 Subject: [PATCH 2/3] :books: Update currently reading Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 6188800..aea5c7d 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -7,7 +7,11 @@ "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ - + { + "title": "Black Box Thinking", + "isbn": 9781473613805, + "author": "Matthew Syed" + } ] }, { From c394cb6fa75e0014a83c1917fdeb039bdd65aa70 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 21 Apr 2025 14:22:28 +0200 Subject: [PATCH 3/3] :clapper: Add "Star Wars Rebels S03" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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",