Compare commits
2 commits
348cbbf8c4
...
e15aeb5d5d
Author | SHA1 | Date | |
---|---|---|---|
e15aeb5d5d | |||
a01f0c15bb |
1 changed files with 30 additions and 7 deletions
|
@ -8,9 +8,9 @@
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books":[
|
"books":[
|
||||||
{
|
{
|
||||||
"title": "Få ting gjort! - velsmurt hverdag uten stress",
|
"title": "Star Wars: The Tales of Kenobi",
|
||||||
"isbn": 9788280877741,
|
"isbn": 9780525617754,
|
||||||
"author": "David Allen"
|
"author": "Alan Dean Foster, John Jackson Miller"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -24,9 +24,19 @@
|
||||||
"author": "Benjamin Graham"
|
"author": "Benjamin Graham"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Star Wars: The Tales of Kenobi",
|
"title": "What I Talk about When I Talk about Running",
|
||||||
"isbn": 9780525617754,
|
"isbn": 9780099526155,
|
||||||
"author": "Alan Dean Foster, John Jackson Miller"
|
"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",
|
"name": "Read",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books":[
|
"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",
|
"title": "The Fine Art of Small Talk",
|
||||||
"isbn": 1401302262,
|
"isbn": 1401302262,
|
||||||
|
|
Loading…
Reference in a new issue