Compare commits
2 commits
348cbbf8c4
...
e15aeb5d5d
Author | SHA1 | Date | |
---|---|---|---|
e15aeb5d5d | |||
a01f0c15bb |
1 changed files with 30 additions and 7 deletions
|
@ -6,11 +6,11 @@
|
|||
{
|
||||
"name": "Currently reading",
|
||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||
"books":[
|
||||
"books":[
|
||||
{
|
||||
"title": "Få ting gjort! - velsmurt hverdag uten stress",
|
||||
"isbn": 9788280877741,
|
||||
"author": "David Allen"
|
||||
"title": "Star Wars: The Tales of Kenobi",
|
||||
"isbn": 9780525617754,
|
||||
"author": "Alan Dean Foster, John Jackson Miller"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -24,9 +24,19 @@
|
|||
"author": "Benjamin Graham"
|
||||
},
|
||||
{
|
||||
"title": "Star Wars: The Tales of Kenobi",
|
||||
"isbn": 9780525617754,
|
||||
"author": "Alan Dean Foster, John Jackson Miller"
|
||||
"title": "What I Talk about When I Talk about Running",
|
||||
"isbn": 9780099526155,
|
||||
"author": "Haruki Murakami"
|
||||
},
|
||||
{
|
||||
"title": "Ikigai: The Japanese secret to a long and happy life",
|
||||
"isbn": 9781786330895,
|
||||
"author": " Héctor García, Francesc Miralles"
|
||||
},
|
||||
{
|
||||
"title": "The Happiest Man on Earth",
|
||||
"isbn": 9781529066364,
|
||||
"author": "Eddie Jaku"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -34,6 +44,19 @@
|
|||
"name": "Read",
|
||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||
"books":[
|
||||
{
|
||||
"title": "Få ting gjort! - velsmurt hverdag uten stress",
|
||||
"isbn": 9788280877741,
|
||||
"author": "David Allen",
|
||||
"date":
|
||||
{
|
||||
"year": "2024",
|
||||
"month": "12",
|
||||
"day": "31",
|
||||
"string": "2024-12-31"
|
||||
},
|
||||
"rating": 4
|
||||
},
|
||||
{
|
||||
"title": "The Fine Art of Small Talk",
|
||||
"isbn": 1401302262,
|
||||
|
|
Loading…
Reference in a new issue