Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johno/bleuprint

A minimal, Jekyll template with build tasks for scaffolding out responsive websites.
https://github.com/johno/bleuprint

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

* Based off of [mnml by @mrmrs_](http://mn-ml.cc/).
* Leverages [BASSCSS by @jxnblk](http://basscss.com).
* Requires [Jekyll](http://jekyllrb.com).

Crafted with <3 by [John Otander](http://www.johnotander.com) ([@4lpine](https://twitter.com/4lpine)).