Adds the epubjs-cli to generate epub files from the _epub output.
Fix content to output as xhtml
Add rel markers cover and table-of-contents in manifest
Add stylesheets to resources array
Fixes a few manifest json keys
Running quire build epub && quire epub will output a manifest.epub which passes testing with epubcheck.
There are still a number of content errors that we should try to address separately, but they are mostly around duplicate id's and links that reference content that isn't present in the epub.
Adds the
epubjs-cli
to generate epub files from the_epub
output.rel
markers cover and table-of-contents in manifestRunning
quire build epub && quire epub
will output amanifest.epub
which passes testing with epubcheck.There are still a number of content errors that we should try to address separately, but they are mostly around duplicate id's and links that reference content that isn't present in the epub.