GitXplorerGitXplorer
m

gitbook-pdf-converter

public
11 stars
6 forks
17 issues

Commits

List of commits on branch master.
Unverified
349a9314d408d62802c7f7462518abafdde82afd

chore: update cover, remove dist files from git

mmanuelbieh committed 5 years ago
Unverified
d49353464df65ad2926172b0ef2fd7654ddb0fb0

update cover, fix some style issues

mmanuelbieh committed 5 years ago
Unverified
ace2f2c15ca6da2b018fd42cee8f1f4dbaa5fc2d

Merge branch 'master' of github.com:manuelbieh/gitbook-pdf-converter

mmanuelbieh committed 6 years ago
Unverified
6818edcce0a35f707ac89af66d4513dfbd8e4ce2

auto-open generated html

mmanuelbieh committed 6 years ago
Verified
c26935343dd90e82ef43ca163989e984b5dc4b22

Update README.md

mmanuelbieh committed 6 years ago
Verified
64e1cd029288362317fe779051822efe9b926a73

Create README.md

mmanuelbieh committed 6 years ago

README

The README file for this repository.

gitbook-pdf-converter

This is the setup to convert my book into HTML, PDF and ePUB format.

Setup

  1. clone this repo
  2. cd into the cloned repo
  3. yarn setup

Previewing the HTML

  1. yarn preview

Building the PDF

  1. yarn generate:pdf

Building the ePub

You need to have pandoc installed and in your $PATH

  1. yarn generate:epub

Updating the content

Whenever there was an update to the book, you need to update the files in ./content first. You can use yarn update as shortcut if you're too lazy to cd into the folder and git pull it.