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

https://github.com/kobzol/kobzol.github.io

Blog about programming stuff.
https://github.com/kobzol/kobzol.github.io

intellij programming rust

Last synced: 7 months ago
JSON representation

Blog about programming stuff.

Awesome Lists containing this project

README

          

# Kobzol's blog

## Build
1) Install [Jekyll](https://jekyllrb.com/)
```bash
$ sudo gem install bundler jekyll
$ sudo bundle install
```
2) Build the web
```bash
$ bundle exec jekyll serve
```