This repository contains the Wynton HPC user website.
This website is built upon Jekyll, where content is mostly written in Markdown and rendered by Jekyll into HTML. The user interface and its style is handled mainly by JavaScript and CSS.
To launch a localhost instance of the website, do:
$ cd docs
$ bundle exec jekyll serve --port 4001
and then open http://127.0.0.1:4001 in the webbrowser.
-
The content of the Wynton HPC is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).
-
In addition to content, there are JavaScript frameworks and CSS files controlling the rendering of the webpage. See the corresponding folders for their licenses.