Sources and text for the website of University of Washington: POLS 503 "Advanced Quantitative Political Methodology" (Spring 2018)
This website built using blogdown and Hugo. See the blogdown instructions for how to compile and build.
To build and serve site locally:
blogdown:::serve_site()
To check links of compiled HTML (requires broken-link-checker),
and the site must be serving on port 4321
:
make check-links
To check for errors in the compiled HTML (require HTMLHint)
$ make check-html
To check the spelling of compiled HTML (requires hunspell)
$ make check-spelling