Quickly build the basic file structure for Jekyll
Install jekyll_structure
somewhere on your path, like /usr/local/bin
.
git clone git@github.com:jcutrell/jekyll_structure.git
cd jekyll_structure
sudo cp ./jekyll_structure /usr/local/bin/
cd /usr/local/bin
sudo chmod a+x jekyll_structure
Create the directory you'd like to use Jekyll with, change to it, and run jekyll_structure
.
mkdir mysite && cd mysite
jekyll_structure
It's quite simple. Some inspiration taken from Jekyll Base. Extremely simple, readable script.