chrisanthropic / Open-Publisher

Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
https://github.com/chrisanthropic/Open-Publisher/wiki
MIT License
243 stars 27 forks source link

Add task to build biography and add rename task to jekyll #24

Open Letme opened 3 years ago

Letme commented 3 years ago

There is some possible optimization in building of the biography if it is presented as task. It exposes that Books folder is not actually purely output folder, because bio.tex is just a temporary file.

Task rename is always called after jekyll task, so just call it in jekyll task instead and save a lot of complications when you try to figure out why you cant see proper output from jekyll task (you see html while you expect markdown based on the comments of using jekyll to compile one long markdown).