https://github.com/jefftriplett/cookiecutter-pandoc-ebook-template
:book: :cookie: This project is a cookiecutter template for creating ebooks out of Pandoc Markdown.
https://github.com/jefftriplett/cookiecutter-pandoc-ebook-template
cookiecutter cookiecutter-template creates-ebooks ebook pandoc pandoc-ebook-template pandoc-markdown
Last synced: 4 months ago
JSON representation
:book: :cookie: This project is a cookiecutter template for creating ebooks out of Pandoc Markdown.
- Host: GitHub
- URL: https://github.com/jefftriplett/cookiecutter-pandoc-ebook-template
- Owner: jefftriplett
- License: other
- Created: 2015-08-09T04:29:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T19:32:15.000Z (almost 10 years ago)
- Last Synced: 2025-01-10T06:58:56.044Z (5 months ago)
- Topics: cookiecutter, cookiecutter-template, creates-ebooks, ebook, pandoc, pandoc-ebook-template, pandoc-markdown
- Language: Makefile
- Homepage:
- Size: 1.14 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter-pandoc-ebook-template
This project is a cookiecutter wrapper for Evan David Goer's [pandoc-ebook-template](https://github.com/evangoer/pandoc-ebook-template) project which creates ebooks out of Pandoc Markdown.
## Why?
After cloning Evan's project four or five times and then having remember which places to update, it became apparent that I at least needed this template. Enjoy!
## Bla bla LaTeX is better than using Markdown...
Yes, you are right but life is too short to stare at LaTeX if Markdown will work.
## Using this template
$ pip install cookiecutter
$ cookiecutter https://github.com/jefftriplett/cookiecutter-pandoc-ebook-template.gitYou will be prompted for all relevate information.
## Building your book
To build your ebook, first follow [David's instructions](https://github.com/evangoer/pandoc-ebook-template/blob/master/README.rst) to make sure you have:
- [git](http://git-scm.com/)
- [make](http://www.gnu.org/software/make/) (OS X users should install XCode
and [download the command line tools](http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools).)
- [pandoc](http://johnmacfarlane.net/pandoc)
- [latex](http://www.latex-project.org/) (OS X users should probably
install [MacTex](http://tug.org/mactex/).)You should be able to run `make` form inside your ebook's folder to generate your ebook.
$ make
## License
BSD licensed and Evan's is MIT (included inside the template repo).