Skip to content

octo-technology-downunder/octo-technology-downunder.github.io

Repository files navigation

Ocacoz

This website list the training done by Octoz.

Jekyll

The site built with Jekyll, a static site generator in Ruby.

Requirements

  • Git
  • Ruby. You can use a virtual enviromement like RVM or RbEnv.
  • bundle. The command is : gem install bundle

Commands

  • bundle install to install the dependencies
  • bundle exec jekyll serve to run the developement server
  • bundle exec jekyll build to generate the site in the folder _site
  • bundle update to update the dependencies and the file Gemfile.lock
  • git push origin master to deploy the site

Releases

No releases published

Packages

No packages published