Website render with pandoc and citeproc
00 min
Dec 15, 2022
Aug 26, 2023
slug
tags
password
icon
date
category
type
status
summary
Recently, I rebuilt my blog with Hexo engine from Jekyll, and I forked hexo-theme-fluid.
However, I had an issue in rendering bibliography with the default render engine. I check the official document from Hexo and pandoc, and motivatited by the discuss.
I switch the render engine from marked to pandoc by:
Then, I add the following code to the _config.yml file:
Remember to add the biblio.bib and chicago.csl files to the root directory of your web not /source.
 
When you want to cite a paper, you only need to enter the entrykey @paper1 or [@paper1]. The paper will render a list of reference below the last section of the page.

Comments
  • Twikoo
  • Giscus