CatSource is an open-source blog for tutorials about, resources and more for the Scratch coding program.
It is built as a static website on Jekyll (ruby), hosted on GitHub Pages.
All the content is in the content submodule.
These instructions are based upon Jekyll's Quickstart guide.
More information and how to install them at Jekyll's docs.
git clone https://github.com/csourcesc/csourcesc.github.io.git --recursive
gem install jekyll bundler
cd csourcesc.github.io
bundle install
bundle exec jekyll serve
http://localhost:4000