slug
tags
password
icon
lang
date
category
type
status
summary
{/* truncate */}
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.- Author:PENG Jiaxin
- URL:https://www.pengjiaxin.com/article/hexo-citeproc
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!