This website list the training done by Octoz.
The site built with Jekyll, a static site generator in Ruby.
- Git
- Ruby. You can use a virtual enviromement like RVM or RbEnv.
- bundle. The command is :
gem install bundle
bundle install
to install the dependenciesbundle exec jekyll serve
to run the developement serverbundle exec jekyll build
to generate the site in the folder_site
bundle update
to update the dependencies and the fileGemfile.lock
git push origin master
to deploy the site