From cf7020063ef4ecb7e8be8b19ddb4f93dc46ed767 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 29 Jul 2024 21:21:18 +0200 Subject: [PATCH] :clapper: add "Dune" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index ff4aa0d..89d4938 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": "Dune", - "isbn": 9780340960196, - "author": "Frank Herbert" - } ] }, { @@ -36,6 +31,19 @@ "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ { + "title": "Dune", + "isbn": 9780340960196, + "author": "Frank Herbert", + "date": + { + "year": "2024", + "month": "07", + "day": "29", + "string": "2024-07-29" + }, + "rating": 4 + }, + { "title": "The Summit of the Gods: Vol. 3", "isbn": 9788492444335, "author": "Jiro Taniguchi, Yumemakura Baku",