Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanusart/sanusart.com
- Owner: sanusart
- Created: 2014-08-02T19:41:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T17:12:29.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T06:27:29.511Z (2 months ago)
- Language: CSS
- Homepage: https://www.sanusart.com
- Size: 34.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.