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.
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).
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).