Skip to content

CPTC-CPW/CPW-InfoSite

Repository files navigation

CPW Info Session Website

This is a Jekyll-based website for the CPW Info Session. It includes pages for program details, FAQs, degree schedules, and more.

Getting Started

Install Jekyll on your system.

  • Install Ruby and RubyGems
  • Install Jekyll gem install jekyll bundler

Serve the site locally:

jekyll serve

Open your browser and go to http://localhost:4000 to view the site.

File Structure

  • _layouts/default.html: The main layout file for all pages.
  • index.html: The homepage content.
  • Other .html files: Content for specific pages.
  • styles.css: Custom styles for the site.
  • scripts.js: Custom JavaScript for the site.

Deployment

To deploy the site, you can use GitHub Pages or any static site hosting service that supports Jekyll.

Releases

No releases published

Contributors