chore(bookshelf): Add "Lord of the Flies"
All checks were successful
Deploy website / build-and-deploy (push) Successful in 4m57s
All checks were successful
Deploy website / build-and-deploy (push) Successful in 4m57s
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
230bb0e56b
commit
e9b07bc651
1 changed files with 12 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue