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

Remove dependency on Hugo #85

Closed gcushen closed 1 year ago

gcushen commented 4 years ago

Background

Merging of #68 introduced a dependency on Hugo by using the hugo new command.

Users have reported that the Academic tool can now be more difficult to use given the dependencies that are needed to run the tool locally.

Make Hugo an optional requirement again so that users can continue to generate publication files locally and upload them to GitHub without needing to install Hugo and its dependencies locally. This change would provide a portable solution, making it easier to also use the Academic CLI with other static site generators.

Proposal

Based on https://github.com/wowchemy/hugo-academic-cli/pull/73#issuecomment-696653807

jmuchovej commented 3 years ago

I've already made some progress on this. I think I'll be able to knock it out over this coming weekend, though.

cyriltw commented 3 years ago

I've already made some progress on this. I think I'll be able to knock it out over this coming weekend, though.

I came searching for the same problem and wondering if this issue was fixed.

gcushen commented 1 year ago

Fixed by #121