GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站

Home Page:https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New release?

srossi93 opened this issue · comments

Hi, first of all thank you for this incredible template and these scripts.

I would suggest to push a new release on pip -- current one has some broken issues with publications.
For example, the cite button does not work.
Latest release available saves the bib with the full cite key, while academic expect only cite.bib.
The code on the master fixed it but its not available on PyPI.

Example

Parsing entry Author2019
Creating folder content/publication/author-2019
Saving citation to content/publication/author-2019/author-2019.bib
Saving Markdown to 'content/publication/author-2019/index.md'

Can you create a new release?