This site is created by ITP residents, and provides info about Thesis 2020.
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