The source for the ilastik website served via GitHub pages.
To develop these pages locally, follow the instructions here to get set up. To serve the site locally, run:
bundle exec jekyll serve --baseurl ""
Remember to check your links using
linkchecker http://localhost:8888/index06.html
-
Every page should have exactly one
<h1>
header at the top (in Markdown indicated by a single#
), all further headings should be 2nd later headings and thus start with##
. This way the table of contents in the menu on the left can be autogenerated properly. -
ilastik is spelled in lowercase everywhere, including beginnings of sentences
-
Zoom effects in the screenshots are made using the zoom selection script for GIMP.