README
Install pandoc and pandoc-crossref. Compile the blog post to HTML with pandoc.
pandoc \
--filter pandoc-crossref \
--filter pandoc-citeproc \
--bibliography=references.bib \
--csl chicago-author-date.csl \
--template template.html \
-s predicting-seasonal-influenza-evolution.md \
-o predicting-seasonal-influenza-evolution.html