diff --git a/app/services/discourse_rewind/rewind/action/reading_time.rb b/app/services/discourse_rewind/rewind/action/reading_time.rb index 265fdc8..299ac9f 100644 --- a/app/services/discourse_rewind/rewind/action/reading_time.rb +++ b/app/services/discourse_rewind/rewind/action/reading_time.rb @@ -102,6 +102,34 @@ module DiscourseRewind reading_time: 12_600, isbn: "978-0345391803", }, + "The Complete works of Shakespeare" => { + reading_time: 180_000, + isbn: "978-1853268953", + }, + "The Game of Thrones Series" => { + reading_time: 360_000, + isbn: "978-0007477159", + }, + "Malazan Book of the Fallen" => { + reading_time: 720_000, + isbn: "978-0765348821", + }, + "Terry Pratchett’s Discworld series" => { + reading_time: 1_440_000, + isbn: "978-9123684458", + }, + "The Wandering Inn web series" => { + reading_time: 2_160_000, + isbn: "the-wandering-inn", + }, + "The Combined Cosmere works + Wheel of Time" => { + reading_time: 2_880_000, + isbn: "978-0812511819", + }, + "The Star Trek novels" => { + reading_time: 3_600_000, + isbn: "978-1852860691", + }, }.symbolize_keys end diff --git a/public/images/books/978-0007477159.jpg b/public/images/books/978-0007477159.jpg new file mode 100644 index 0000000..7a70f7e Binary files /dev/null and b/public/images/books/978-0007477159.jpg differ diff --git a/public/images/books/978-0765348821.jpg b/public/images/books/978-0765348821.jpg new file mode 100644 index 0000000..29d2699 Binary files /dev/null and b/public/images/books/978-0765348821.jpg differ diff --git a/public/images/books/978-0812511819.jpg b/public/images/books/978-0812511819.jpg new file mode 100644 index 0000000..158b6d2 Binary files /dev/null and b/public/images/books/978-0812511819.jpg differ diff --git a/public/images/books/978-1852860691.jpg b/public/images/books/978-1852860691.jpg new file mode 100644 index 0000000..ec84afb Binary files /dev/null and b/public/images/books/978-1852860691.jpg differ diff --git a/public/images/books/978-1853268953.jpg b/public/images/books/978-1853268953.jpg new file mode 100644 index 0000000..98d3be7 Binary files /dev/null and b/public/images/books/978-1853268953.jpg differ diff --git a/public/images/books/978-9123684458.jpg b/public/images/books/978-9123684458.jpg new file mode 100644 index 0000000..86da5cb Binary files /dev/null and b/public/images/books/978-9123684458.jpg differ diff --git a/public/images/books/the-wandering-inn.jpg b/public/images/books/the-wandering-inn.jpg new file mode 100644 index 0000000..b3fdf43 Binary files /dev/null and b/public/images/books/the-wandering-inn.jpg differ