An open API service indexing awesome lists of open source software.

https://github.com/tarunbatra/ebook-starter

Starter repo for ebooks using Pandoc
https://github.com/tarunbatra/ebook-starter

ebook kindle markdown pandoc starter-kit starter-template

Last synced: 5 months ago
JSON representation

Starter repo for ebooks using Pandoc

Awesome Lists containing this project

README

          

# eBook starter

This is a companion repository for the blog __Publish eBook using Markdown__.

[![Blog Cover][cover-img]][blog-url]
## Pre-requisites
It requires [Pandoc][pandoc-url] to be installed.

## Generate epub
The epub file is generated in the `dist` folder using
```
make epub
```

## Generate PDF
The PDF file is generated in the `dist` folder using
```
make pdf
```
[blog-url]: https://tarunbatra.com/blog/x/publish-ebook-using-markdown
[cover-img]: images/cover.png
[pandoc-url]: https://pandoc.org