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
- Host: GitHub
- URL: https://github.com/tcoupin/tcoupin.github.io
- Owner: tcoupin
- Created: 2015-04-28T17:41:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T12:46:37.000Z (almost 4 years ago)
- Last Synced: 2023-12-12T20:15:41.978Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tcoupin.github.io
- Size: 4.66 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```