johno / bleuprint

A minimal, Jekyll template with build tasks for scaffolding out responsive websites.
2 stars 1 forks source link

Bleuprint

A minimal, Jekyll template with build tasks for scaffolding out responsive websites.

Installation

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.

Contributing

  1. Fork it ( http://github.com/johnotander/bleuprint/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Acknowledgements

Crafted with <3 by John Otander (@4lpine).