Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qupath/qupath.github.io
- Owner: qupath
- License: mit
- Created: 2016-10-05T11:09:22.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:58:14.000Z (3 months ago)
- Last Synced: 2024-11-06T08:12:58.585Z (2 months ago)
- Language: SCSS
- Homepage: https://qupath.github.io
- Size: 3.3 MB
- Stars: 2
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).