GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站
https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex
MIT License
356 stars 101 forks source link

tags and categories for bibtex entry #100

Closed laszewsk closed 3 years ago

laszewsk commented 3 years ago

I llke to associate to a bib file new fields that are used within hugo academic when creating the bibliography

I tried simply adding a

tags: "class book" categories: "ai"

to the bibtex entry and ran the import script. However when I look into the index.md file it renders only as

tags: [] categories: []

How can I use them directly from bibtex?

github-actions[bot] commented 3 years ago

This issue is stale because it has not had any recent activity. The resources of the project maintainers are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the main branch, consider contributing a Pull Request with a fix.

If this is a feature request, and you feel that it is still relevant and valuable, consider contributing a Pull Request for review.

This issue will automatically close soon if no further activity occurs. Thank you for your contributions.

gcushen commented 3 years ago

Duplicate of https://github.com/wowchemy/hugo-academic-cli/issues/48