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

https://github.com/aviralg/blog


https://github.com/aviralg/blog

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# [Blog](http://aviralg.github.com/blog)

The [Jekyll](http://jekyllrb.com/) source for [aviral.io/blog](aviral.io/blog), which contains my blogs.
The blog theme has been copied from [swanson](https://github.com/swanson/swanson.github.com).

## Administration

### Serve
To serve incremental builds of the blog during development, execute the following command:

```shell
$ rake serve
```

### Build
To build the blog, execute the following command:

```shell
$ rake build
```

### Clean
To build the blog, execute the following command:

```shell
$ rake clean
```

## License
The following directories and their contents are Copyright Aviral Goel. You may not reuse anything therein without my permission:

* _posts/
* static/

All other directories and files are MIT Licensed.