diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 7af46cb..7d34000 100644 --- a/_config.yml +++ b/_config.yml @@ -19,3 +19,16 @@ github_username: jekyll # Build settings markdown: kramdown +gems: ['jekyll/scholar'] +scholar: + style: apa + locale: en + + sort_by: none + order: ascending + + group_by: none + group_order: ascending + + source: . + bibliography: example.bib
\ No newline at end of file |
