Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanusart/sanusart.com

sanusart.com transfer from WordPress to jekyll generated site
https://github.com/sanusart/sanusart.com

Last synced: 23 days ago
JSON representation

sanusart.com transfer from WordPress to jekyll generated site

Awesome Lists containing this project

README

        

# sanusart.com

Rewrite of sanusart.com

[ ![Codeship Status for sanusart/sanusart.com](https://app.codeship.com/projects/f5869670-2c57-0132-f651-725511a19204/status?branch=master)](https://www.codeship.io/projects/38803)

### Why?

It is time

### Using

- [jekyll](http://jekyllrb.com/)
- [scss](http://sass-lang.com/)
- [bourbon (for mixins)](http://bourbon.io/)
- [jquery](http://jquery.com/)
- [bower](http://bower.io/)
- [font-awesome (font)](http://fortawesome.github.io/Font-Awesome/)
- [spin cycle (font)](http://www.bvfonts.com/fonts/details.php?id=43)

### Pre-build

Run `$ bundle install`

Run `$ bourbon install --path=src/css`

Run `$ npm install` (this will execute `bower install` as _postInstall_ script)

### Build

Run `$ gulp`

### Other opptions

Run `$ gulp release --min` - runs gulp, minify and concat `css` and `js` files

Run `$ gulp release --min --bs` - runs gulp, minify and concatenates `css` and `js` files, executes browser-sync for preview

### Deployment

[codeship](https://www.codeship.io) executes `./codeship.sh` in the repo root upon commits to master branch.