From e9b07bc6515824a0b44c004876eb1927aabdaeb1 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 21 Jul 2025 13:44:29 +0200 Subject: [PATCH] chore(bookshelf): Add "Lord of the Flies" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index d1879c3..2816586 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -30,6 +30,18 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "Lord of the Flies", + "isbn": 9780399537424, + "author": "William Golding", + "date": { + "year": "2025", + "month": "07", + "day": "18", + "string": "2025-07-18" + }, + "rating": 4 + }, { "title": "Mostly Harmless", "isbn": 9781529034561, @@ -41,7 +53,6 @@ "string": "2025-06-16" }, "rating": 3 - }, { "title": "So Long, and Thanks for All the Fish",