Compare commits
No commits in common. "e4b7f7631ba177d6c84b5576c75dae0acef661a7" and "d3cae3db5d6356896798aa1515ccf022311a9b5d" have entirely different histories.
e4b7f7631b
...
d3cae3db5d
2 changed files with 14 additions and 33 deletions
|
@ -6,13 +6,7 @@
|
|||
{
|
||||
"name": "Currently reading",
|
||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||
"books": [
|
||||
{
|
||||
"title": "Mostly Harmless",
|
||||
"isbn": 9781529034561,
|
||||
"author": "Adams Douglas"
|
||||
}
|
||||
]
|
||||
"books": []
|
||||
},
|
||||
{
|
||||
"name": "On the shelf",
|
||||
|
@ -22,25 +16,23 @@
|
|||
"title": "The Intelligent Investor (NO)",
|
||||
"isbn": 9788271463823,
|
||||
"author": "Benjamin Graham"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "So Long, and Thanks for All the Fish",
|
||||
"isbn": 9781529034554,
|
||||
"author": "Adams Douglas"
|
||||
},
|
||||
{
|
||||
"title": "Mostly Harmless",
|
||||
"isbn": 9781529034561,
|
||||
"author": "Adams Douglas"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Read",
|
||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||
"books": [
|
||||
{
|
||||
"title": "So Long, and Thanks for All the Fish",
|
||||
"isbn": 9781529034554,
|
||||
"author": "Adams Douglas",
|
||||
"date": {
|
||||
"year": "2025",
|
||||
"month": "05",
|
||||
"day": "26",
|
||||
"string": "2025-05-26"
|
||||
},
|
||||
"rating": 3
|
||||
},
|
||||
{
|
||||
"title": "Black Box Thinking",
|
||||
"isbn": 9781473613805,
|
||||
|
@ -1028,4 +1020,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
"type": "anime"
|
||||
},
|
||||
{
|
||||
"title": "Bones S11",
|
||||
"title": "Bones S10",
|
||||
"type": "series"
|
||||
},
|
||||
{
|
||||
|
@ -25,17 +25,6 @@
|
|||
"name": "Watched",
|
||||
"url": "https://kjelsrud.dev/logs/watchlist/",
|
||||
"tv": [
|
||||
{
|
||||
"title": "Bones S10",
|
||||
"type": "series",
|
||||
"date": {
|
||||
"year": "2025",
|
||||
"month": "05",
|
||||
"day": "27",
|
||||
"string": "2025-05-27"
|
||||
},
|
||||
"rating": 3
|
||||
},
|
||||
{
|
||||
"title": "Star Wars Rebels S04",
|
||||
"type": "series",
|
||||
|
|
Loading…
Add table
Reference in a new issue