INSTALL $ gem install jekyll USAGE $ jekyll build => The current folder will be generated into ./_site $ jekyll build --destination => The current folder will be generated into $ jekyll build --source --destination => The folder will be generated into $ jekyll build --watch => The current folder will be generated into ./_site, watched for changes, and regenerated automatically.