https://github.com/Read-Lab-Confederation/nyc-subway-anthrax-study
Raw File
Tip revision: 943d5b80751f7e5115e9f2b03cc6f7f834b07434 authored by Robert A. Petit III on 11 January 2018, 20:50:06 UTC
Update article.html
Tip revision: 943d5b8
serve.sh
#!/bin/bash

bundle exec jekyll serve --config _config.yml,_config_dev.yml
back to top