Source code for the Winter School. The Website is built with:
- Jekyll 4.1.1 - https://jekyllrb.com/
- Linear Template - https://templated.co/linear
- Ruby version 2.5.0 or higher
- RubyGems
- GCC and Make
- Jekyll
-
Open the terminal
-
cd path/to/the/folder/where/repo/was/cloned
-
Run the command:
bundle exec jekyll build
. This will create all the static file (.html, .css, etc) and place them under the_site
folder.