AskOmics website is available at https://askomics.github.io. It is automaticaly build from the master branch of this repository.
sudo apt install -y ruby ruby-dev
sudo gem install jekyll bundler
cd askomics.github.io
bundle install # Only the first time
bundle exec jekyll serve
Website will be available at localhost:4000