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

Remove dependency on Hugo

gcushen opened this issue · comments

commented

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 #73 (comment)

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

commented

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.

commented

Fixed by #121