Compare commits
2 commits
95d38914ce
...
3c6b65e805
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c6b65e805 | |||
| a87a903a58 |
2 changed files with 25 additions and 2 deletions
|
|
@ -52,6 +52,18 @@
|
||||||
"name": "Read",
|
"name": "Read",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books": [
|
"books": [
|
||||||
|
{
|
||||||
|
"title": "The Network State",
|
||||||
|
"isbn": null,
|
||||||
|
"author": "Balaji Srinivasan",
|
||||||
|
"date": {
|
||||||
|
"year": "2026",
|
||||||
|
"month": "04",
|
||||||
|
"day": "08",
|
||||||
|
"string": "2026-04-08"
|
||||||
|
},
|
||||||
|
"rating": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Cypherpunks: Freedom and the Future of the Internet",
|
"title": "Cypherpunks: Freedom and the Future of the Internet",
|
||||||
"isbn": 9781939293015,
|
"isbn": 9781939293015,
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,11 @@
|
||||||
"url": "https://kjelsrud.dev/logs/watchlist/",
|
"url": "https://kjelsrud.dev/logs/watchlist/",
|
||||||
"tv": [
|
"tv": [
|
||||||
{
|
{
|
||||||
"title": "ONE PIECE: Egghead Arc",
|
"title": "ONE PIECE: Elbaph Arc",
|
||||||
"type": "anime"
|
"type": "anime"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Scorpion S01",
|
"title": "Scorpion S02",
|
||||||
"type": "series"
|
"type": "series"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -21,6 +21,17 @@
|
||||||
"name": "Watched",
|
"name": "Watched",
|
||||||
"url": "https://kjelsrud.dev/logs/watchlist/",
|
"url": "https://kjelsrud.dev/logs/watchlist/",
|
||||||
"tv": [
|
"tv": [
|
||||||
|
{
|
||||||
|
"title": "Scorpion S01",
|
||||||
|
"type": "series",
|
||||||
|
"date": {
|
||||||
|
"year": "2026",
|
||||||
|
"month": "04",
|
||||||
|
"day": "04",
|
||||||
|
"string": "2026-04-04"
|
||||||
|
},
|
||||||
|
"rating": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Thunderbolts*",
|
"title": "Thunderbolts*",
|
||||||
"type": "movie",
|
"type": "movie",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue