Skip to content

Commit

Permalink
Merge pull request #2 from blab/blog-post
Browse files Browse the repository at this point in the history
Add blog post content
  • Loading branch information
huddlej authored Oct 15, 2020
2 parents 2201712 + c36177e commit cfc6095
Show file tree
Hide file tree
Showing 21 changed files with 6,057 additions and 0 deletions.
15 changes: 15 additions & 0 deletions manuscript/blog-post/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# README

Install [pandoc](https://pandoc.org/) and [pandoc-crossref](https://lierdakil.github.io/pandoc-crossref/).
Compile the blog post to HTML with pandoc.

```bash
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
```
Loading

0 comments on commit cfc6095

Please sign in to comment.