A gatsby starter focused on simplicity to help you create books.
- 📖 Create Book from markdown files
- 🖼 Generate PDF and Epub
- First git clone and cd into the folder
git clone git@github.com:SaraVieira/gatsby-starter-book.git my-book && cd my-book
- Edit your book in the
book.md
- Set you book properties in
bookInfo.js
- Run
yarn build
(for netlify please useyarn build:site
) - To get the .mobi file download the Kindle Previewer and drag your .epub file and it creates a kindle compatible file.
- Profit??
I built this in order to be able to publish a book I wrote and I think it may be useful for someone so I made it OSS.
You can change it in the pages/index.js
I want you to be able to edit everything as it will be your book so I think this workflow makes sense
Any issues please make a PR or file a bug