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
352 stars 102 forks source link

academic 0.7.0 failed to import asserts for wowchemy 5.3.0 #98

Closed yzs981130 closed 3 years ago

yzs981130 commented 3 years ago

I want to build an offline website by the instructions: Installing the Wowchemy Admin tool and running academic import --assets within your site’s folder may help with automatically downloading and concatenating JS and CSS assets.

It failed with the error that are attached below.

➜  academic import --assets
07:29:09PM ERROR: Could not detect Academic version in `themes/academic/data/academic.toml`. You may need to update Academic in order to use this tool.
➜  cat go.mod
module github.com/wowchemy/starter-hugo-academic

go 1.15

require (
    github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
)

Related versions:

Hugo: v0.87.0 extended wowchemy-hugo-modules: v5.3.0 hugo-academic-cli: v0.7.0 (installed by pip3 install -U git+https://github.com/wowchemy/hugo-academic-cli.git commit: 7f6e0cb)

gcushen commented 3 years ago

Duplicate of https://github.com/wowchemy/wowchemy-hugo-modules/discussions/2413 and https://github.com/gohugoio/hugo/issues/8883

Feel free to leave your comments and feedback at https://github.com/gohugoio/hugo/issues/8883