Source repo for the NIBR Open Source website.
Submit an issue to this repo to get started.
Adding a project:
- New
project-name.mdgoes in theprojectsdirectory. - Supporting files — images, JavaScript — go in the
static/projectsdirectory. - Images in Markdown files must be referenced by their full path (
/projects/my-project/my-image.jpg). - Links must be absolute, not relative (e.g. you should use
https://github.com/Novartis/peaxinstead of/Novartis/peax). - Supporting files should be kept to a minimum. Demos are suitable for the gallery site. Extensive documentation should be hosted on the
gh-pagesbranch of the associated repository instead.