From 4f134f47dae40bba82255777cd54ab51431ad000 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 17 Apr 2024 14:47:08 -0700 Subject: [PATCH 1/2] fix: reading workflow --- .github/workflows/reading.yaml | 14 +++++++++++--- package.json | 2 +- src/_data/json/read.json | 0 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 src/_data/json/read.json diff --git a/.github/workflows/reading.yaml b/.github/workflows/reading.yaml index b469006d..a9d8180d 100644 --- a/.github/workflows/reading.yaml +++ b/.github/workflows/reading.yaml @@ -1,4 +1,4 @@ -name: Update book +name: Reading run-name: Book (${{ inputs.isbn }}) permissions: contents: write @@ -9,6 +9,16 @@ on: description: The book's ISBN. Required. required: true type: string + book-status: + description: What is the status of the book? Required. + required: true + type: choice + default: "want to read" + options: + - "want to read" + - "started" + - "finished" + - "abandoned" notes: description: Notes about the book. Optional. type: string @@ -23,11 +33,9 @@ on: - ⭐️⭐️⭐️ - ⭐️⭐️⭐️⭐️ - ⭐️⭐️⭐️⭐️⭐️ - # Tags are optional. tags: description: Add tags to categorize the book. Separate each tag with a comma. Optional. type: string - # If you do not submit date-started or date-finished, the book status will be set to "want to read" date-started: description: Date you started the book (YYYY-MM-DD). Optional. type: string diff --git a/package.json b/package.json index 55ff7284..9b4a87c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "12.0.1", + "version": "12.0.2", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_data/json/read.json b/src/_data/json/read.json new file mode 100644 index 00000000..e69de29b From ea2fac4056c910eb4ca0bbca804ed4007ae788d3 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 17 Apr 2024 21:55:51 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9A=20=E2=80=9CMachine=20Vendetta?= =?UTF-8?q?=E2=80=9D=20(want=20to=20read)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_data/json/read.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/_data/json/read.json b/src/_data/json/read.json index e69de29b..955b7d72 100644 --- a/src/_data/json/read.json +++ b/src/_data/json/read.json @@ -0,0 +1,21 @@ +[ + { + "isbn": "0316462845", + "dateAdded": "2024-04-17", + "status": "want to read", + "rating": "unrated", + "title": "Machine Vendetta", + "authors": [ + "Alastair Reynolds" + ], + "publishedDate": "2024-01-16", + "description": "From the king of modern space opera comes a new adventure in the Prefect Dreyfus series--Machine Vendetta is a thrilling tale of deadly conspiracies and old enemies that refuse to die. Panoply is a small, efficient police force, dedicated to maintaining the rule of democracy among the ten thousand disparate city-states orbiting the planet Yellowstone. Ingvar Tench was one of Panoply's most experienced operatives. So why did she walk alone and unarmed into a habitat with a vicious grudge against her organization? As his colleagues pick up the pieces following her death, Prefect Tom Dreyfus must face his conscience. Four years ago, when an investigation linked to one of his most dangerous adversaries got a little too personal, Dreyfus arranged for Tench to continue the inquiry by proxy. In using her, did Dreyfus also put her in the line of fire? And what does Tench's attack tell him about an enemy he had hoped was dormant? The Prefect Dreyfus Emergencies Aurora Rising Elysium Fire Machine Vendetta", + "printType": "BOOK", + "categories": [ + "Fiction" + ], + "thumbnail": "https://books.google.com/books/content?id=AGqYzwEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api", + "language": "en", + "link": "https://books.google.com/books/about/Machine_Vendetta.html?hl=&id=AGqYzwEACAAJ" + } +] \ No newline at end of file