Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 602 Bytes

USC Lira Lab

SaFoLab's website, hosted on GitHub Pages!

Developing the Website

To develop, you must do your work on the source branch. main is autogenerated via a rake job (you can see the details in Rakefile). The source branch contains all the Jekyll code. To do this, simply execute

git checkout source

Publishing the Website

When you've made the desired changes and are in the source branch, simply execute:

rake publish

If you want commit with a custom commit message, do:

rake publish["custom commit message\, and this is how to use a comma"]