-
Jekyll, Ruby/Ruby-dev
sudo apt install jekyll sudo apt-get install ruby-dev
-
Clone the repository from here, e.g.:
git clone https://github.com/The-Ofek-Foundation/blog.git
-
Install ruby dependencies using bundler
sudo apt install ruby-bundler # from inside parent blog directory: bundle install
Start running with:
bundle exec jekyll serve