Go to file
Alexey Skobkin ec2aa1091b
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Adding chapters 31-57 (56-57 are Final and Christmas Special). Adding a note about author's notes to README.md.
2023-12-22 20:09:22 +03:00
chapters Adding chapters 31-57 (56-57 are Final and Christmas Special). Adding a note about author's notes to README.md. 2023-12-22 20:09:22 +03:00
.drone.yml Verbose pandoc output in CI. 2023-12-22 18:44:32 +03:00
.gitignore Trying to fix tagged file build. 2023-12-22 18:06:26 +03:00
README.md Adding chapters 31-57 (56-57 are Final and Christmas Special). Adding a note about author's notes to README.md. 2023-12-22 20:09:22 +03:00
title.txt initial commit 2023-12-22 04:57:51 +03:00

README.md

Monster Club

Original story by The-Knight-Writer

Note

Current build does not containt author's notes in the end of each chapter. I'm thinking about either making two separate builds of the book or adding separate file with author's notes only.

Description

Abraham is an orphan on the run. He has no home, no family, and no friends. Things are looking bad for him, and things only get worse when a storm of fate blows him to a lake house in the middle of nowhere. Hoping for shelter from the storm, the owner, Solomon, allows him in. Fortunately for Abraham, this lake house is actually a safe haven for orphans and misfits....unfortunately, all the inhabitants are monsters!! Abraham has stumbled upon the Monster Club! A group of orphaned and abandoned young monsters who, like Abraham have nowhere to call home and no family to take them in. However, there is much more to this club than meets the eye. There's drama, secrets, dark pasts, romances, and mysteries...as well as a great threat waiting on their doorstep. Has Abraham perhaps found the family that he's always wanted? Can his presence help the Monster Club family...or will he only bring about their own destruction. Follow the story of this fascinating and unique family and find out for yourself!

This is, without a doubt, our favorite story! The chapters are longer than the chapters of any other story, and there is a lot more depth. The story is unique and has many twists and different emotional appeals. However, what really makes this story stand out is the characters. These characters are so dynamic and so unique! Each one is special and each one has their own role to play. Mika is going through, drawing pictures of each of the characters and also drawing fan art for the story! She loves this story and constantly asks when I will have the next chapter finished.

PLEASE take the time to read through these chapters and characters so that you can comment and fav what you see. Also, tell us your favorite characters! We'd love to know which character stands out to you! We've put a lot of effort into this story and...honestly...it may very well be my best work.

Thank you and Enjoy!!

Chapters

Build book

# Install dependencies
pip install -r requirements.txt

# Generate description file
python generate_description.py
# Build EPUB file
find ./chapters -iname '*.md' -type f -print |\
 sort |\
  xargs -r docker run --rm --volume "$(pwd):/data" --user $(id -u):$(id -g) pandoc/minimal -o book.epub title.txt