Skip to content

Instantly share code, notes, and snippets.

@secretGeek
Created October 1, 2014 02:50
Show Gist options
  • Save secretGeek/25d218bf4c9670537e24 to your computer and use it in GitHub Desktop.
Save secretGeek/25d218bf4c9670537e24 to your computer and use it in GitHub Desktop.
bake.ps1 -- generates an epub for me, using pandoc, with my chosen cover image, stylesheet, yaml metadata and my chapters.
pandoc -f markdown -t epub --epub-cover-image=cover.jpg -o yfp.epub --smart --toc --epub-stylesheet=epub.css title.txt .\00_Title.md .\01_Before_we_begin.md .\02_ideas.md .\03_Choose_your_concept.md .\04_Landing_page.md .\05_Pricing.md .\06_Build_your_product.md .\07_Launch_time.md .\08_Optimize.md .\09_Support.md .\10_Refresh.md .\11_tools.md .\12_Glossary.md .\13_reading_list.md --epub-chapter-level=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment