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

https://github.com/tibel/tibel.github.io

My GitHub Page
https://github.com/tibel/tibel.github.io

Last synced: 3 months ago
JSON representation

My GitHub Page

Awesome Lists containing this project

README

        

# tibel.github.io

This is my (experimental) personal website and blog.

## Notes

To run Jekyll on local machine using Docker:
```powershell
docker run --rm --label=jekyll --volume="$PWD":/srv/jekyll -it -p 4000:4000 jekyll/minimal:pages jekyll serve --force_polling
```