From 97b1eb3e200be879657b143f2a86bc369a3c4716 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough <3855819+AaronJY@users.noreply.github.com> Date: Sat, 5 Apr 2025 16:06:38 +0100 Subject: [PATCH] feat: add invisible man review --- content/books/The-Invisible-Man.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 content/books/The-Invisible-Man.md diff --git a/content/books/The-Invisible-Man.md b/content/books/The-Invisible-Man.md new file mode 100644 index 0000000..cad09f7 --- /dev/null +++ b/content/books/The-Invisible-Man.md @@ -0,0 +1,11 @@ +--- +title: The Invisible Man +author: H.G. Wells +stars: 3.25 +readDate: 2025-04-01T23:00:00.000Z +url: 'https://app.thestorygraph.com/books/e50f3335-135e-404f-adb2-aeb83149f3a6' +thumbnailUrl: 'https://cdn.thestorygraph.com/wcjmylopzow042nlh921gullvg5n' +tags: 'science fiction, classics' +--- + +I read this straight off the back of The Time Machine (which I loved, mind you) so I forgive Wells for disappointing me a little with this one! I found myself rushing to the end, and tried desperately to find a profounder meaning than it paints on the surface. Though, I did find it explored an interesting question: if you could protect against any external consequences, would your morals hold up, or would they fall away, morphing you into something no longer human? It's essentially an exploration of the maxim 'power corrupts', but still an interesting read. diff --git a/package.json b/package.json index e032105..f81c4e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www-aaronjy-me", - "version": "1.7.4.0", + "version": "1.7.4.1", "private": true, "type": "module", "scripts": {