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

Created tags are considered as single tag by Hugo #103

Closed matbesancon closed 2 years ago

matbesancon commented 3 years ago

The tags generated by the CLI tool look like this:

tags:
- '"mixed integer programming; primal heuristics; large neighborhood search; multi
  armed bandit problem"'

However, they seem to be considered as a single tag by Hugo afterwards, which creates errors when generating the site because the tags are too long.

github-actions[bot] commented 2 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.

matbesancon commented 2 years ago

not sure this has been solved?