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

https://github.com/maksimdrachov/maksimdrachov.github.io

Personal Blog
https://github.com/maksimdrachov/maksimdrachov.github.io

Last synced: 7 months ago
JSON representation

Personal Blog

Awesome Lists containing this project

README

          

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

Build website & push to github
```
bundle exec jekyll build
rm -rf _docs
mv _site ./docs # Github Pages serves from here!
git add .
git commit -m "..."
git push
```

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