feat: add 1001-nights review
This commit is contained in:
parent
ef68d1d11d
commit
92788a9c69
4 changed files with 12 additions and 4 deletions
10
content/books/1001-Nights.md
Normal file
10
content/books/1001-Nights.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: 'One Thousand and One Nights: A Retelling'
|
||||
author: Hanan Al-Shaykh
|
||||
stars: 4
|
||||
readDate: 2025-04-23T23:00:00.000Z
|
||||
url: 'https://app.thestorygraph.com/books/636bfc4c-4911-4dc0-98c1-7f6ca8c3f14f'
|
||||
thumbnailUrl: 'https://cdn.thestorygraph.com/2z3i3jpvmh2vc31i6ndpplbc29dy'
|
||||
tags: 'fiction, fantasy, short stories'
|
||||
---
|
||||
|
|
@ -3,9 +3,6 @@ source ./deploy-vars.sh
|
|||
echo "Host: $SSH_HOST"
|
||||
echo "Path: $SSH_UPLOAD_PATH"
|
||||
|
||||
echo "Building..."
|
||||
npm run build
|
||||
|
||||
echo "Deploying..."
|
||||
|
||||
rsync -r --delete ./out/ root@$SSH_HOST:$SSH_UPLOAD_PATH
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "www-aaronjy-me",
|
||||
"version": "1.7.4.4",
|
||||
"version": "1.7.4.5",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<url><loc>https://www.aaronjy.me/library/</loc><priority>0.8</priority></url>
|
||||
<url><loc>https://www.aaronjy.me/tags/</loc><priority>0.8</priority></url>
|
||||
<url><loc>https://www.aaronjy.me/writing/</loc><priority>0.8</priority></url>
|
||||
<url><loc>https://www.aaronjy.me/library/1001-Nights/</loc></url>
|
||||
<url><loc>https://www.aaronjy.me/library/1984/</loc></url>
|
||||
<url><loc>https://www.aaronjy.me/library/A-Monster-Calls/</loc></url>
|
||||
<url><loc>https://www.aaronjy.me/library/Childhoods-End/</loc></url>
|
||||
|
|
Loading…
Add table
Reference in a new issue