Skip to content

Commit

Permalink
update books.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kalecream committed Aug 15, 2023
1 parent a96af91 commit d02f0f2
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions data/books.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
const Books = [
{
title: "Under The Black Flag",
author: ["David Cordingly"],
genre: ["Non-Fiction", "History"],
status: "Want to Read",
summary:
"Investigates the reality of piracy from the 16th to the 19th centuries.",
added: "2023-05-01",
cover:
"https://m.media-amazon.com/images/I/71gEhEFI90L._AC_UF1000,1000_QL80_.jpg",
},
{
title: "Salt: A World History",
author: ["Mark Kurlansky"],
genre: ["Non-Fiction", "History", "Cooking"],
status: "Want to Read",
summary: "A history of salt and its role in civilization.",
added: "2023-03-01",
started: "2023-07-20",
finished: "2023-08-12"
cover:
"https://m.media-amazon.com/images/I/71DhKhlb6wL._AC_UF1000,1000_QL80_.jpg",
},
Expand Down Expand Up @@ -245,20 +236,6 @@ const Books = [
added: "2022-07-14",
cover: "https://cdn.thestorygraph.com/9l6cfkpmqw9ucnenjl3mktkrbk45",
},
{
title: "Ar'n't I a Woman?: Female Slaves in the Plantation South",
author: "Deborah Gray White",
series: "",
genre: ["Non-Fiction", "Feminism", "History"],
rating: 0,
published: "1999-02-01",
format: "Paperback",
pages: 256,
minutes: 0,
status: "Want to Read",
added: "2022-08-14",
cover: "https://cdn.thestorygraph.com/w8f9bsitlmlvy38hy1slq6p4s933",
},
{
title:
"Braiding Sweetgrass: Indigenous Wisdom, Scientific Knowledge, and the Teachings of Plants",
Expand Down

0 comments on commit d02f0f2

Please sign in to comment.