Add 'docs/' from commit '106142b25c9387ffd002437027ced1b04f494205'
git-subtree-dir: docs git-subtree-mainline:23545aa7ea
git-subtree-split:106142b25c
This commit is contained in:
11
docs/pdf-product2.sh
Normal file
11
docs/pdf-product2.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
echo 'Killing all Jekyll instances'
|
||||
kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
|
||||
clear
|
||||
|
||||
echo "Building PDF-friendly HTML site for Product2 ...";
|
||||
jekyll serve --detach --config _config.yml,pdfconfigs/config_product2_pdf.yml;
|
||||
echo "done";
|
||||
|
||||
echo "Building the PDF ...";
|
||||
prince --javascript --input-list=_site/pdfconfigs/prince-list.txt -o pdf/product2.pdf;
|
||||
echo "done";
|
Reference in New Issue
Block a user