Jekyll plugin that writes a bibtex, Citeproc JSON and Citeproc YML bibliography file based on the publications in a user's Open Researcher & Contributor ID (ORCID) profile.
jekyll-orcid.rb into your Jekyll _plugins foldergem install faraday
gem install faraday_middleware
_config.yml:author:
orcid: 0000-0002-1825-0097
_config.yml. The default is:scholar:
source: ./bibliography
The bibtex or Citeproc JSON file generated by jekyll-orcid can be used to generate citations with pandoc and/or to generate reference lists, the latter works really well with jekyll-scholar.