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

https://github.com/maksimdrachov/blog-dra4ov

Jekyll Blog Source Code
https://github.com/maksimdrachov/blog-dra4ov

Last synced: 7 months ago
JSON representation

Jekyll Blog Source Code

Awesome Lists containing this project

README

          

Serve on `http://localhost:4000/`
```
bundle exec jekyll serve
```

Build website & push to github
```
bundle exec jekyll build
cd _site
git add .
git commit -m "..."
git push
```

Website:
[maksimdrachov.github.io](https://maksimdrachov.github.io/)