Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 481 Bytes

README.MD

File metadata and controls

19 lines (12 loc) · 481 Bytes

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.