Skip to content

Files

Latest commit

358e64e · Feb 12, 2021

History

History
26 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 564 Bytes

CS291A Website

Developing

In order to develop the website you will need one tool: jekyll

Jekyll is a ruby gem that generates websites from markdown. To install it and its dependencies run:

bundle

To develop locally run:

bundle exec jekyll serve

Publishing

Push updates or merge a pull request to the main branch and GitHub Actions will take care of the rest.

Theme

Site theme originally based on jekyll-clean by Scott Emmons. jekyll-clean was released under the Creative Commons Attribution.