Create a New Jekyll Site

Quick and easy

To start a new Jekyll site it is as easy as jekyll new /path/to/webroot/ but if you're already in the new webroot directory you can just jekyll new . which will create all the files in your current directory.

Both of these commands will scaffold out your new site using the Minima theme. If you want a bare bones install, just jekyll new . --blank which is neat!