Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 428 Bytes

softvis.github.io

Website for the Softvis Project.

To make changes simply check out the master branch, modify files, and push back to Github. The page generator ([Jekyll][]) runs on Github's servers. So, pushing the "source" of the site to master is sufficient.

git clone [email protected]:softvis/softvis.github.io.git
...
git commit -m "Some changes"
git push

To preview changes locally:

./run.sh