Closed gcushen closed 1 year 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'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.
Fixed by #121
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