/gov51-site

Repo for the Gov 51 course site

Primary LanguageHTML

Gov 51: Data Analysis and Politics

Matthew Blackwell

This repository is a Hugo/Blogdown site that makes gov51.mattblackwell.org, a course I am teaching at Harvard University in Fall 2020.

Various hugo and blogdown features were borrowed more or less directly from Kieran Healy and Andrew Heiss. Their excellent courses can be found at:

This site uses the Academic Hugo theme. There are some slight template modifications found in /assets/ and layouts/. The theme is included as a submodule, so when when cloning for the first time, use this command to get the theme too:

git clone --recursive https://github.com/gcushen/hugo-academic.git

To get the theme later, use this command:

git submodule add \
  https://github.com/gcushen/hugo-academic.git \
  themes/hugo-academic

To update to the latest version of the theme, use:

git submodule update --recursive --remote