This repo hosts the source files for PH142's Spring 2020 website.
This site is built from Kevin Lin's Just the Class.
- Clone this repo.
$ git clone https://github.com/ph142-ucb/sp20.git- Make edits on
master(git add, commit, push) - Feel free to push straight to master. You should see changes reflected on the course website within 2-3 minutes.
See this amazing video guide that Suraj made for Data100.
-- or just ping Nolan on Slack.
Just the Class is built for Jekyll, a static site generator. View the quick start guide for more information. Just the Docs requires no special Jekyll plugins and can run on GitHub Pages' standard Jekyll compiler.
- Follow the GitHub documentation for Setting up your GitHub Pages site locally with Jekyll.
- Start your local Jekyll server.
$ bundle exec jekyll serve- Point your web browser to http://localhost:4000
- Reload your web browser after making a change to preview its effect.
For more information, refer to Just the Docs.