From 8aba54e62057f9fd5ec7ea02172c629386beae39 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 24 Mar 2025 21:16:59 +0100 Subject: [PATCH] :books: Add "The Restaurant at the End of the Universe" & "The Happiest Man on Earth" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 95a9ac1..0f80173 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -7,11 +7,6 @@ "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ - { - "title": "The Restaurant at the End of the Universe", - "isbn": 9781529034530, - "author": "Adams Douglas" - } ] }, { @@ -22,11 +17,6 @@ "title": "The Intelligent Investor (NO)", "isbn": 9788271463823, "author": "Benjamin Graham" - }, - { - "title": "The Happiest Man on Earth", - "isbn": 9781529066364, - "author": "Eddie Jaku" }, { "title": "Life, the Universe and Everything", @@ -49,6 +39,33 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ + { + "title": "The Happiest Man on Earth", + "isbn": 9781529066364, + "author": "Eddie Jaku", + "date": + { + "year": "2025", + "month": "03", + "day": "24", + "string": "2025-03-24" + }, + "rating": 5 + }, + { + "title": "The Restaurant at the End of the Universe", + "isbn": 9781529034530, + "author": "Adams Douglas", + "date": + { + "year": "2025", + "month": "03", + "day": "21", + "string": "2025-03-21" + }, + "rating": 4 + + }, { "title": "Ikigai: The Japanese secret to a long and happy life", "isbn": 9781786330895,