This repository contains the materials and website source for Jason Lowe-Power's ECS 154B offerings.
See https://jlpteaching.github.io/comparch/ for the webpage.
bundle exec jekyll serve
If you need to install jekyll, first run the following:
gem install jekyll bundler
The website template comes from P2PU.
Course-in-a-Box is a free tool for building and publishing online courses — no prior coding experience required.
To create your own course, simply fork this repository and delete the CNAME file. Detailed documentation is available at course-in-a-box.p2pu.org.
To make changes to the template itself, a good place to start is the _layouts
, _includes
and css
directories. These directories contain all the layout and style files used.
Questions? Ask on P2PU's Community Forum.
Course-in-a-Box was built by Peer 2 Peer University using the P2PU Jekyll course template and shared under an MIT License.
Course content ("Modules") are shared under a CC BY-SA 4.0 license.