An open API service indexing awesome lists of open source software.

https://github.com/ij-plugins/ij-plugins.github.io

Source code for the IJ-Plugins Organisation website
https://github.com/ij-plugins/ij-plugins.github.io

Last synced: 5 months ago
JSON representation

Source code for the IJ-Plugins Organisation website

Awesome Lists containing this project

README

          

# ij-plugins.github.io

[![Build Status](https://travis-ci.org/ij-plugins/ij-plugins.github.io.svg?branch=master)](https://travis-ci.org/ij-plugins/ij-plugins.github.io)

Source code for the IJ-Plugins Organisation website.

The site is created with [Jekyll][jekyll]. Follow instructions on [Jekyll][jekyll] site to install [Jekyll][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.

[jekyll]: http://jekyllrb.com/