Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 683 Bytes

File metadata and controls

22 lines (11 loc) · 683 Bytes

ij-plugins.github.io

Build Status

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.