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

academic 0.7.0 failed to import asserts for wowchemy 5.3.0

yzs981130 opened this issue · comments

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)

commented

Duplicate of HugoBlox/hugo-blox-builder#2413 and gohugoio/hugo#8883

Feel free to leave your comments and feedback at gohugoio/hugo#8883