Welcome to the QuPath landing page. This is hosted by Github Pages and uses Jekyll.
To run locally, requirements and set up can be found here. Once complete, navigate to the page folder in the command line and run the following:
bundle install
bundle update
bundle exec jekyll serve --watch
Following this use your browser to navigate to the locally hosted link provided by your command line.
If you already have ruby installed with specific versions that you would like to keep, check out rbenv or Ruby Version Manager to handle this.
The project uses the standard Jekyll file structures and files. Ones of note is this landing page can be seen below:
- index.md = contains the content of the webpage.
- _slides = contains the contents of each slide within individual files.
- _includes = contains the components of the page
- _layouts = contains the framework that the components are structured with.
The custom theme for QuPath landing page is available as open source under the terms of the MIT License.