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

https://github.com/rain1024/code-blog

Code Blog
https://github.com/rain1024/code-blog

Last synced: about 1 month ago
JSON representation

Code Blog

Awesome Lists containing this project

README

          

# Amazing Blog for Coders

### Features

* Writing your blog in *local* with *markdown* easily
* Already installed redcarpet for Github Flavored Markdown
* Auto generate table-of-content for post

### Prerequires

* Ruby
* Bundle

```
gem install bundle
```

* [jekyll](jekylllrb.com)

### Install

* Clone *code-blog* to your local

```
git clone https//github.com/rain1024/code-blog
```

* Install third-party gems

```
bundle install
```

### Usage

```
cd code-blog
jekyll serve
```

### Next Steps

* Change your own favicon by replace `assets/icon.png`

### Activity Logs

* 2014/10/09
* Add documentation
* Add TOC
* UI

### Todo-list
* Improvement UI

**Powered by [Jekyll](jekyllrb.com)**