Skip to content

ROSS-org/ross-org.github.io

Repository files navigation

This is the website branch for ROSS. The website is created using Jekyll and GitHub Pages.

Contributing to the Blog

See the guidelines in CONTRIBUTING.md.

Local Website Development

  1. Make sure your machine is properly configured with the Jekyll and GitHub Pages ruby gems by following these instructions.
  2. Make sure you are on the gh-pages branch: git checkout gh-pages.
  3. Start the local webserver using the command bundle exec jekyll serve -w --baseurl=
  4. Visit the site at localhost:4000.

More information can be found here.

A Note on Doxygen

The doxygen for ROSS is automatically generated and updated through git-hooks. These files are stored in the ROSS-docs/docs/html directory. To change the Doxygen settings see the Doxyfile.user.in file in the ROSS/master branch.