Source code for the IJ-Plugins Organisation website.
The site is created with Jekyll. Follow instructions on Jekyll site to install Jekyll.
To build the site locally. From command prompt in the source directory first run command:
bundle install
then
bundle exec jekyll serve --safe --watch
Using bundle exec jekyll ...
rather than simply jekyll
is closer to the way
GitHub will build it. It can help detect certain build issues.