Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qupath/qupath.github.io

GitHub pages site
https://github.com/qupath/qupath.github.io

Last synced: 18 days ago
JSON representation

GitHub pages site

Awesome Lists containing this project

README

        

# qupath.github.io

Welcome to the QuPath landing page.
This is hosted by [Github Pages](https://pages.github.com/) and uses [Jekyll](https://jekyllrb.com/).

## Running

To run locally, requirements and set up can be found [here](https://jekyllrb.com/docs/). Once complete, navigate to the page folder in the command line and run the following:

1. `bundle install`
2. `bundle update`
3. `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](https://github.com/rbenv/rbenv) or [Ruby Version Manager](https://rvm.io/) to handle this.

## Folder and Files

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.

## License

The custom theme for QuPath landing page is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).