This is a Jekyll-based website for the CPW Info Session. It includes pages for program details, FAQs, degree schedules, and more.
Install Jekyll on your system.
- Install Ruby and RubyGems
- Install Jekyll
gem install jekyll bundler
Serve the site locally:
jekyll serveOpen your browser and go to http://localhost:4000 to view the site.
_layouts/default.html: The main layout file for all pages.index.html: The homepage content.- Other
.htmlfiles: Content for specific pages. styles.css: Custom styles for the site.scripts.js: Custom JavaScript for the site.
To deploy the site, you can use GitHub Pages or any static site hosting service that supports Jekyll.