releasing version 4.0 of the doc theme. Major overhaul to the theme. Now it supports multiple doc projects within the same project. The intent is to replicate CCMS behavior so that an entire team can work off of the same project, each operating somewhat independently or not on various subprojects.
This commit is contained in:
16
mydoc/mydoc_multiserve_pdf.sh
Normal file
16
mydoc/mydoc_multiserve_pdf.sh
Normal file
@ -0,0 +1,16 @@
|
||||
echo 'Killing all Jekyll instances'
|
||||
kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
|
||||
clear
|
||||
|
||||
# serve all di print deliverables
|
||||
|
||||
# Writers
|
||||
echo "Serving Writers PDF"
|
||||
jekyll serve --detach --config configs/config_writers.yml,configs/config_writers_pdf.yml
|
||||
|
||||
# Designers
|
||||
echo "Serving Designers PDF"
|
||||
jekyll serve --detach --config configs/config_designers.yml,configs/config_designers_pdf.yml
|
||||
|
||||
echo "All done."
|
||||
echo "Now run . mydoc_multibuild_pdf.sh"
|
Reference in New Issue
Block a user