https://github.com/rain1024/code-blog
Code Blog
https://github.com/rain1024/code-blog
Last synced: about 1 month ago
JSON representation
Code Blog
- Host: GitHub
- URL: https://github.com/rain1024/code-blog
- Owner: rain1024
- Created: 2014-09-26T07:29:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T12:00:12.000Z (over 11 years ago)
- Last Synced: 2025-01-08T17:08:05.911Z (over 1 year ago)
- Language: CSS
- Size: 33.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)**