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

https://github.com/widefix/blog

Widefix tech blog
https://github.com/widefix/blog

blog ruby ruby-on-rails

Last synced: about 2 months ago
JSON representation

Widefix tech blog

Awesome Lists containing this project

README

          

These are sources of the [blog](http://railsguides.net).

### Usage

Use `rake featured_post` to change featured post.

### Development

- Install grunt: `npm install -g grunt`
- Install dependencies: `npm install`
- Build assets: `grunt recess`
- Start web server: `jekyll serve`