Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 485 Bytes

File metadata and controls

25 lines (15 loc) · 485 Bytes

Description

Source code for the Winter School. The Website is built with:

Requirements

  • Ruby version 2.5.0 or higher
  • RubyGems
  • GCC and Make
  • Jekyll

Deploying

  1. Open the terminal

  2. cd path/to/the/folder/where/repo/was/cloned

  3. Run the command: bundle exec jekyll build. This will create all the static file (.html, .css, etc) and place them under the _site folder.