Repository for the Clean CaDET website, alive at https://clean-cadet.github.io/.
Website is based on the Airspace Jekyll theme.
- Install Ruby and Jekyll:
$ sudo apt-get update
$ sudo apt-get install ruby ruby-dev make gcc build-essential nodejs
$ sudo gem install jekyll bundler-
Clone
clean-cadet.github.iorepository -
Position into folder and install dependencies:
$ cd clean-cadet.github.io/
$ bundle installIf some errors happen, look for fixes on Wiki.
- Start Jekyll server:
$ bundle exec jekyll serveWebsite is alive at http://127.0.0.1:4000/.
Tutorial on how to edit or update the website is on Wiki.
