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

https://github.com/tarmolov/tarmolov.github.com

Yet another blog about web development
https://github.com/tarmolov/tarmolov.github.com

Last synced: 4 months ago
JSON representation

Yet another blog about web development

Awesome Lists containing this project

README

        

# tarmolov's blog
Based on [Jekyll](http://jekyllrb.com/).

## Installation
```
gem install jekyll stylus
git clone [email protected]:tarmolov/tarmolov.github.com.git
cd tarmolov.github.com
make
```
Then open the link in your [favorite browser](http://browser.yandex.com/):
```
http://localhost:4000/
```

## Run server with the drafts
```
make dev
```