Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 527 Bytes

ITP Thesis 2020 Info Site

This site is created by ITP residents, and provides info about Thesis 2020.

To work on this:

Install hugo

brew install hugo

Clone this repository recursive - to make sure you include the themes.

git clone [email protected]:itpresidents/thesis-2020-info.git --recursive

Cd into the repo:

cd thesis-2020-info

Start the server:

hugo server -D

To save and push code:

git add .
git commit -m 'your commit message here describing the change'
git push origin master