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

https://github.com/tcoupin/tcoupin.github.io

My Web site
https://github.com/tcoupin/tcoupin.github.io

Last synced: 3 months ago
JSON representation

My Web site

Awesome Lists containing this project

README

        

# tcoupin.github.io

Mon site web.

Inspiré par le thème de [@mdo](https://twitter.com/mdo) https://github.com/poole/hyde, refait en [bootstrap](https://getbootstrap.com).

## Déploiement local

```
docker run --rm -it --name=jekyll -v $(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll:pages jekyll serve --watch --drafts
```