feat: add childhood's end
This commit is contained in:
parent
24e17127c0
commit
837bdee5cb
4 changed files with 13 additions and 2 deletions
11
content/books/Childhoods-End.md
Normal file
11
content/books/Childhoods-End.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Childhood's End
|
||||
author: Arthur C. Clarke
|
||||
stars: 4.5
|
||||
readDate: 2025-04-08T23:00:00.000Z
|
||||
url: 'https://app.thestorygraph.com/books/3806010b-e254-472d-bd4d-fb26239c7c1a'
|
||||
thumbnailUrl: 'https://cdn.thestorygraph.com/wavl2rh0he0xkxizwf1cf6oc7src'
|
||||
tags: 'science fiction, classics'
|
||||
---
|
||||
|
||||
I loved every minute of this! I especially loved the invasion trope turned on its head, and the way Clarke writes is incredible. Without giving too much away, I do think he rushed the ending parts, though - it felt like he was wrapping the story up fairly quickly towards the end. I'll probably end up coming back to this.
|
|
@ -29,7 +29,6 @@ module.exports = {
|
|||
if (isArticle(path)) {
|
||||
metadata.priority = 0.6
|
||||
const attributes = getArticleAttibutes(`content${path}.md`)
|
||||
console.log(attributes)
|
||||
if (!attributes) { return null }
|
||||
|
||||
metadata.lastmod = attributes.moddate ?? attributes.pubdate ?? null
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "www-aaronjy-me",
|
||||
"version": "1.7.4.2",
|
||||
"version": "1.7.4.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<url><loc>https://www.aaronjy.me/writing/</loc><priority>0.8</priority></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>
|
||||
<url><loc>https://www.aaronjy.me/library/Diary-of-An-Oxygen-Thief/</loc></url>
|
||||
<url><loc>https://www.aaronjy.me/library/No-God-But-God/</loc></url>
|
||||
<url><loc>https://www.aaronjy.me/library/On-Tyranny/</loc></url>
|
||||
|
|
Loading…
Add table
Reference in a new issue