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
- Host: GitHub
- URL: https://github.com/tarunbatra/ebook-starter
- Owner: tarunbatra
- License: mit
- Created: 2021-06-16T20:44:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T04:12:18.000Z (over 3 years ago)
- Last Synced: 2023-04-10T17:41:40.548Z (over 2 years ago)
- Topics: ebook, kindle, markdown, pandoc, starter-kit, starter-template
- Language: Makefile
- Homepage:
- Size: 17.4 MB
- Stars: 11
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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