Closed g8a9 closed 2 years ago
The CLI uses Hugo to create the index.md
file, so there may have been an issue with the underlying Hugo Extended 0.89+ on your system if that file wasn't found.
Have you tried the earlier CLI version which doesn't use Hugo to generate the file? See https://github.com/wowchemy/hugo-academic-cli#installation
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.
I had the same problem. Solved by installing the earlier CLI version with pip3 install academic==0.5.1
.
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.
Hi there, I've been following the simple guide to import a new *.bib but I get this error:
I am running the
academic import --bibtex *.bib
cmd from the root of my website. Also, the foldercontent/publication/attanasio-e-mimic-2021/
gets correctly created and thecite.bib
with the content of my *.bib inserted in it. In fact, a new call of the same cmd returns aAm I missing something?
I am on macOS 12 and hugo 0.89.3.
Thank you in advance!