17 lines
288 B
YAML
17 lines
288 B
YAML
input: "*.md"
|
|
output_formats:
|
|
- html
|
|
- pdf
|
|
output_dir: out/
|
|
bibliography:
|
|
references: bib.yaml
|
|
csl: chicago-author-date
|
|
context:
|
|
foo: bar
|
|
bar: foo
|
|
student_number: 123456
|
|
turnitin_number: 789123
|
|
title: test title
|
|
toc: true
|
|
show_word_count: true
|
|
submission_date: 2017-01-01
|