Skip to content

Instantly share code, notes, and snippets.

View sleepytree's full-sized avatar

Jonathan Morbach sleepytree

View GitHub Profile
@ff6347
ff6347 / jekyll_setup.sh
Created September 24, 2012 12:40
setup jekyll layout from shell
#!/bin/sh
# create a jekyll layout for starters
mkdir newWebsite
mkdir newWebsite/_layouts
mkdir newWebsite/_posts
mkdir newWebsite/_includes
mkdir newWebsite/_plugins
#the ignore folder needs to be added
#to the "exclude:" of the _config.yml
mkdir newWebsite/ignore