Bootstrap 3 : first taste bootstrap 3, jekyll, cp850

Getting the source code

Simply, clone the Git repository, and go to the right branch :

git clone https://github.com/twitter/bootstrap.git
git checkout 3.0.0-wip

Checking the new doc :

Bootstrap 3 come with some new fresh Doc, managed with a Jekyll server, so :

jekyll serve --port 80

TIP : incompatible character encodings: CP850 and UTF-8

Nota : if you’ve got some CP850 error from Liquid under windows, launch a DOS prompt, tape chcp 65001 then launch your bash shell sh -l -i and launch the jekyll server after.

Follow Bootstrap 3 news

Check https://github.com/twitter/bootstrap/pull/6342


comments powered by Disqus