git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/LPFP/fablab.git
git push -u origin mastergit clone https://github.com/LPFP/LPFP.github.io.gitbundle install --path vendor/bundle
bundle exec jekyll servesudo apt-get install ruby-full rubygemsgem update --system
gem install bundlercd to this folder
bundle install --path vendor/bundle
bundle exec jekyll serveouvrir votre navigateur à l'adresse http://localhost:4000/
Show and tell on lan
cd _site/
python -m SimpleHTTPServer 8000ouvrir votre navigateur à l'adresse http://192.168.0.14:8000/