Giter Site home page Giter Site logo

csc309-fall-2016.github.io's Introduction

This is the source code for the CSC309 Fall 2016 course website.

The site is built using Jekyll and hosted on GitHub Pages. Code is based vaguely on @cssu/cssu.ca.

To add info to the course:

1. Install RVM:

$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
$ curl -sSL https://get.rvm.io | bash -s stable

You might need to source the RVM config file. Read the instructions on screen carefully.

2. Use Latest Ruby:

$ rvm --default use 2.3.0

3. Install Bundler (dependancy manager):

$ gem install bundler

4. Install Dependencies:

$ bundle install

5. Serve Local:

$ jekyll serve

This should start a local server on http://localhost:4000

6. Make changes

You can make changes anywhere in the posts/layouts. This might be a good place to start: https://jekyllrb.com/docs/. Generally it's a better idea to branch out your changes and then push them.

$ git checkout -b branchname

7. Push changes

The changes made should reload live on your local server. Once you're satisfied push changes to your fork.

$ git push origin branchname

8. Create Pull Request.

From your new work, click "New Pull Request" button, and it should do the rest.

Enjoy the Course!

csc309-fall-2016.github.io's People

Contributors

ian-stewart-binks avatar reidka avatar samirp91 avatar whizzzkid avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.