Skip to content

A quick and dirty script to convert a folder full of jekyll blog posts into a single PDF document.

License

Notifications You must be signed in to change notification settings

mrzealot/jekyll2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll to PDF

A quick and dirty script to convert a folder full of jekyll blog posts into a single PDF document.

Example usage:

node index.js input_folder > prepped.md
pandoc -s prepped.md -o result.pdf --pdf-engine=xelatex -V mainfont="Linux Libertine O" --include-in-header titlesec.tex

About

A quick and dirty script to convert a folder full of jekyll blog posts into a single PDF document.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published