Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 506 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 506 Bytes

Minerva project website

Modeling Discourse and Social Dynamics in Authoritarian Regimes

Hosted at http://semantics.ling.utexas.edu/

Development

Initialization:

bundle install --path vendor/bundle

Build site:

bundle exec jekyll build

Deploy to server:

rsync -rPz _site/ semantics:/www/semantics.ling.utexas.edu