You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page shows up at the root of the site, when you navigate to the base url.
Team Page
/team.md
This page lists all the members of our team, including their avatars, bios and social media links. Team members can be updated through _config.yml, head to the team wiki page to find out more.
Projects Page
/projects.md
This page lists all the projects found in the /projects directory. It uses the meta data found in the project files themselves to populate the list. Each project links to it's own page with a full description.
Single Project Page
/projects/:project_name
This page has the full description for a given project. It uses the project's name as a URL parameter.