Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

CarletonComputerScienceSociety/website-2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccss-website

This is the source for the Carleton Computer Science Society website. It is a static web site that is built from a series of partial HTML files using nanoc.

Requirements

  • Ruby >= 1.8.6
  • Git

Installation

Fork the main ccss-website repository using your GitHub account.

Using git, clone the forked repo and navigate into it.

git@github.com:<your GitHub user name>/ccss-website.git
cd ccss-website

To complete the installation, run the following commands:

gem install nanoc
gem install adsf
git submodule init
git submodule update

Add a new URL for the upstream repo.

git remote add upstream git@github.com:bheesham/ccss-website.git 

Usage

Make sure you have the have the latest version of the website by pulling from the upstream repository

git pull upstream master

The web site's content is located in the content folder. Edit these files to update the site.

To build the site, use the following:

nanoc

To serve the site locally and preview it:

nanoc view

Once satisfied with the changes, commit them and push them back to you GitHub repo.

git add .
git commit
git push origin master

The final step is to make a pull request to the upstream repository. The CCSS web site administrator will make your changes public.

About

The source behind ccss.carleton.ca

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published