- Install Ruby
>= 1.9.3
- Install Jekyll
gem install jekyll
- Start Jekyll
jekyll serve
_includes
: basic elements of any page (e.g. header, footer, ...)_posts
: every chapter of the document_sass
: sass folderassets
: all downloadable contentcss
: site specific style settingsindex.html
: combines all posts into one page