articulate-common-lisp / articulate-common-lisp.github.io

docs/specs for a tutorial site for a Common Lisp environment
http://articulate-lisp.com/
103 stars 14 forks source link

Fix the broken docker scripts #42

Closed ghost closed 9 years ago

ghost commented 9 years ago

I am far from a docker expert, but the original scripts were complaining that jekyll/stable didn't exist. In addition, CTRL+C was not killing the livetest docker container.

With these changes both things seem to work for me. I recommend manually testing these yourself before merging.

ghost commented 9 years ago

It might be worth noting that I haven't had any problems with the test.sh script.

pnathan commented 9 years ago

livetest.sh had the baseurl='' because otherwise jekyll would cook up incorrect localhost headers. I'll pull this down and test it.