jekyll/lib/jekyll/commands
Jordon Bedwell 9ba9c47cd6 Fixes #3339 Add `pkill -f jekyll` to ways to kill.
This shows people how to kill Jekyll without knowing the PID using `pkill` (you could also do `kill -9 $(pgrep -f jekyll)` but that is just the long way around doing `pkill -f` so it shouldn't be shown in the Jekyll logger but can be documented here for people.
2015-02-01 06:45:52 -06:00
..
build.rb Shows time after initial generation 2015-01-30 01:32:00 +05:30
clean.rb Add clean command 2014-11-23 12:51:19 -08:00
doctor.rb We deprecated relative permalinks in 2.0 2014-05-06 13:02:17 -04:00
help.rb Check to make sure the command is valid. 2014-08-06 21:28:21 -04:00
new.rb add class << self idiom to new command 2014-08-25 10:59:58 +04:00
serve.rb Fixes #3339 Add `pkill -f jekyll` to ways to kill. 2015-02-01 06:45:52 -06:00