First iteration bookshelf

This commit is contained in:
2023-04-23 14:17:06 -05:00
parent b82d00fa3a
commit 02dc26d54b
14 changed files with 98 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"selection": ["Freakonomics", "Zero To One", "The Accidental Superpower", "Courage is Calling"],
"books": {
"Freakonomics": { "filename": "freakonomics.jpeg" },
"Disunited Nations": { "filename": "disunitedNations.jpeg" },
"The Accidental Superpower": { "filename": "theAccidentalSuperpower.jpeg" },
"Give Me a Break": { "filename": "giveMeABreak.jpeg" },
"Zero To One": { "filename": "zeroToOne.jpeg" },
"Courage is Calling": { "filename": "courageIsCalling.jpeg"},
"On Grand Strategy": { "filename": "onGrandStrategy.jpeg"},
"The Parasitic Mind": { "filename": "theParasiticMind.jpeg"}
}
}

View File

@@ -16,5 +16,11 @@
"title": "Andrew Simonson - About Me",
"description": "About Andrew Simonson",
"canonical": "/about"
},
"books": {
"template": "books.html",
"title": "Andrew Simonson - Bookshelf",
"description": "Some of the books I've read",
"canonical": "/books"
}
}