Skip to content

utra/utra-old-website

Repository files navigation

UTRA Website

This is the website for UTRA (University of Toronto Robotics Association). The site is a static site made using Jekyll.

Making changes

A nice thing about Jekyll is that all of the content on the pages is written in markdown, a very simple to write language that gets transformed into HTML. If you aren't familiar with writing Markdown, this cheat sheet can help.

To make your changes:

  1. Fork this repository
  2. Make your changes locally, either editing main site pages (in /pages/), or existing team pages (in /teams). If you want to preview your changes, install jekyll, run 'jekyll serve' in the command line from the root of this folder, and navigate your browser to localhost:4000.
  3. Commit and push your changes to your local branch.
  4. Submit a pull request to here. The webmaster can accept your changes and they'll go live.

Here is a sample file:

---
layout: post
title: Sample Event Name
date: 2015-12-31
categories: events
---

This is a sample event file called {FILENAME}.md

About

Website for University of Toronto Robotics Association

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published