Skip to content

riggja/submitty.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Submitty

This is the documentation website for Submitty the RPI Homework Submission Server.

To report issues for this repository, please file them under the Submitty/Submitty repository.

Submitty screenshot

Developers

Edition was built with Jekyll version 3.3.1, but should support newer versions as well.

To use bundler, you first need to have ruby-developer installed. For Linux:

$ apt-get install ruby-dev

Clone this folder, and enter it in the command line Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

Editing

Edition is already optimised for adding, updating and removing documentation pages in CloudCannon.

Documentation pages

  • Add, update or remove a documentation page in the Documentation collection.
  • Change the category of a documentation page to move it to another section in the navigation.
  • Documentation pages are organised in the navigation by category, with URLs based on the path inside the _docs folder.

Change log

  • Add, update or remove change log entries from your posts.
  • Tag entries as minor or major in the front matter.

Search

  • Add excluded_in_search: true to any documentation page's front matter to exclude that page in the search results.

Navigation

  • Change site.show_full_navigation to control all or only the current navigation group being open.

Built with Edition

Edition is a product documentation theme for Jekyll, see a live demo. Edition was made by CloudCannon, the Cloud CMS for Jekyll. Find more templates and themes at Jekyll Tips. Learn Jekyll with step-by-step tutorials and videos at Jekyll Tips.

About

Main Webpage for Submitty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.2%
  • HTML 24.5%
  • JavaScript 12.3%
  • Ruby 1.0%