Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.12 KB


Clean CaDET

Repository for the Clean CaDET website, alive at https://clean-cadet.github.io/.

Website is based on the Airspace Jekyll theme.

Local development setup

  1. 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
  1. Clone clean-cadet.github.io repository

  2. Position into folder and install dependencies:

$ cd clean-cadet.github.io/

$ bundle install

If some errors happen, look for fixes on Wiki.

  1. Start Jekyll server:
$ bundle exec jekyll serve

Website is alive at http://127.0.0.1:4000/.

Editing/Updating the website

Tutorial on how to edit or update the website is on Wiki.