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
- Host: GitHub
- URL: https://github.com/ij-plugins/ij-plugins.github.io
- Owner: ij-plugins
- Created: 2019-02-24T15:32:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T17:33:09.000Z (over 3 years ago)
- Last Synced: 2025-04-02T00:38:39.615Z (about 1 year ago)
- Language: SCSS
- Homepage: https://ij-plugins.github.io/
- Size: 622 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ij-plugins.github.io
[](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/