A minimal, Jekyll template with build tasks for scaffolding out responsive websites.
In order to get this project up and running, you will need to run a few commands.
git clone https://github.com/johnotander/bleuprint.git && cd bleuprint
rm -rf .git
git init
npm install .
gulp
jekyll serve --watch
Now you need to modify the content as you deem fit. It's best to start with the _config.yml
.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Crafted with <3 by John Otander (@4lpine).