added more detail about the pdf generation process and also updated the pdfs

This commit is contained in:
Tom Johnson
2017-12-28 21:14:39 -08:00
parent 4b4666e9e1
commit 744754a9c9
8 changed files with 9335 additions and 9555 deletions

View File

@ -1,6 +1,6 @@
# Note that .sh scripts work only on Mac. If you're on Windows, install Git Bash and use that as your client.
echo 'Killing all Jekyll instances'
echo 'Kill all Jekyll instances'
kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
clear