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

pittcsc/old-pittcsc-website-archived

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website for the Pitt CSC.

Project Structure

Directory Purpose
_includes Sections of reuseable HTML that can be includes on other pages
_layouts HTML templates that can be used by other HTML files to share structure
assets The home for the HTML/CSS/Fonts/Images that this site uses
pages Contains all of the "static" pages for the site

Development

  1. Install Ruby.

  2. Install dependencies:

    bundle install
    
  3. Run the development server:

    bundle exec jekyll serve --watch
    

Deployment

Push to dev at pitt-csc/pittcsc.org on GitHub and make pull request into 'master'. The site is hosted on GitHub Pages, and will be automatically built and deployed.