Website for the Pitt CSC.
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 |
-
Install Ruby.
-
Install dependencies:
bundle install
-
Run the development server:
bundle exec jekyll serve --watch
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.