From 3e44ed34f9b9cb9ae1361f9d95339695cbea3a5b Mon Sep 17 00:00:00 2001 From: Aaron Yarborough <3855819+AaronJY@users.noreply.github.com> Date: Tue, 8 Apr 2025 08:52:20 +0100 Subject: [PATCH] feat: add the alchemist review --- content/books/The-Alchemist.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 content/books/The-Alchemist.md diff --git a/content/books/The-Alchemist.md b/content/books/The-Alchemist.md new file mode 100644 index 0000000..81c62ae --- /dev/null +++ b/content/books/The-Alchemist.md @@ -0,0 +1,11 @@ +--- +title: The Alchemist +author: Paulo Coelho +stars: 2.5 +readDate: 2025-04-06T23:00:00.000Z +url: 'https://app.thestorygraph.com/books/bdbb04f8-8b6b-40e4-bf0f-32487b0289e9' +thumbnailUrl: 'https://cdn.thestorygraph.com/nwl3h8xcqglu9f3tq2bwwvq9stfa' +tags: 'fiction, classics' +--- + +I really wanted to like this book, given it's a classic and all, but I found it way too fluffy. The whole Personal Legend thing I just found really superficial, especially when the boy decided to drop what seemed, to me at least, to be a near-perfect life (along with the one person who helped him when he arrived) for a chance at gold in Egypt. I didn't finish it, so this whole parable could have worked itself out in a "the gold is the friends we made along the way" sort of way, but I couldn't bring myself to find out. Shame, really, because the story got me half-way there. It tailed off in the desert for me. diff --git a/package.json b/package.json index f81c4e9..b940cdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www-aaronjy-me", - "version": "1.7.4.1", + "version": "1.7.4.2", "private": true, "type": "module", "scripts": {