#! /bin/sh

bundle init
bundle config set --local path 'vendor/bundle'
bundle add jekyll
bundle exec jekyll new --force --skip-bundle .
mkdir _source
mv *.markdown *.html _posts _source
echo "source: _source" >> _config.yml