hexo-tag-publications

NPM version NPM Downloads

hexo-tag-publications creates a publication list. See Here for an example.

hexo-tag-publications needs Font Awesome to show icons.

Installation

yarn add hexo-tag-publications

Usage

Firstly, you need to create a bib file at source/_data/pub.bib. See here for an example.

Then, you are able to add a publication list to any page or post, such as

{% publications %}
Zeng_ChemRxiv_2021,Zeng_EnergyFuels_2021_v35_p762,Zeng_NatCommun_2020_v11_p5713,Zhang_ComputPhysCommun_2020_v253_p107206,Zeng_PhysChemChemPhys_2020_v22_p683,Cao_ChemRxiv_2019,Tian_PhysChemChemPhys_2019_v21_p22103,Han_ACSAppliedMatInterface_2018_v10_p31725
{% endpublications %}

where Zeng_NatCommun_2020_v11_p5713 is the entry key in the pub.bib.