bookshelf: Add "Going Offline"
Some checks failed
Deploy website / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy website / build-and-deploy (push) Has been cancelled
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
e94aba04ec
commit
79480d7099
1 changed files with 12 additions and 5 deletions
|
|
@ -18,11 +18,6 @@
|
||||||
"name": "On the shelf",
|
"name": "On the shelf",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books": [
|
"books": [
|
||||||
{
|
|
||||||
"title": "Going Offline",
|
|
||||||
"isbn": 9781952616235,
|
|
||||||
"author": "Jeremy Keith"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "The Intelligent Investor (NO)",
|
"title": "The Intelligent Investor (NO)",
|
||||||
"isbn": 9788271463823,
|
"isbn": 9788271463823,
|
||||||
|
|
@ -47,6 +42,18 @@
|
||||||
"name": "Read",
|
"name": "Read",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books": [
|
"books": [
|
||||||
|
{
|
||||||
|
"title": "Going Offline",
|
||||||
|
"isbn": 9781952616235,
|
||||||
|
"author": "Jeremy Keith",
|
||||||
|
"date": {
|
||||||
|
"year": "2026",
|
||||||
|
"month": "04",
|
||||||
|
"day": "15",
|
||||||
|
"string": "2026-04-15"
|
||||||
|
},
|
||||||
|
"rating": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Resilient Web Design",
|
"title": "Resilient Web Design",
|
||||||
"isbn": null,
|
"isbn": null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue