Switching or changing formatting styles (.csl) in Jekyll Scholar.
30 Aug 2023I found out from the maintainer of the jekyll-scholar
plugin that the way to change the style file or csl is with the --style
flag. Link to GH issue.
Then, some of the my calls to jekyll-scholar
look like this behemoth, where I specify the style, bibtex file, and a template in liquid.
{% bibliography --style ieee-with-url-modified-at-2023-08-30-author-ref --file tirReferences --template bibtemplate-2023-08-30-title-br-author-buttons-tldr %}
Examples: