Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johno/bleuprint
- Owner: johno
- Created: 2014-06-26T00:28:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T20:28:28.000Z (about 10 years ago)
- Last Synced: 2024-11-25T05:56:45.624Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 450 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)).