Revert "cleanup and new navigation ideas"

This commit is contained in:
Tom Johnson
2016-06-10 16:00:23 -07:00
committed by GitHub
parent e48d3757be
commit 6653e1a846
124 changed files with 1627 additions and 987 deletions

View 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"