-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from blab/blog-post
Add blog post content
- Loading branch information
Showing
21 changed files
with
6,057 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.