14 lines
228 B
YAML
14 lines
228 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
|