xianmin / hugo-theme-jane

A readable & concise theme for Hugo
https://xianmin.github.io/hugo-theme-jane/
MIT License
918 stars 285 forks source link

In 58d7b87, menus does not work in Chinese exampleSite #342

Open CyrusYip opened 2 years ago

CyrusYip commented 2 years ago

This problem occur in https://github.com/xianmin/hugo-theme-jane/commit/58d7b87b02bdf2658135b10913a4b66026ded195 .

I use hugo v0.99.1.

❯ hugo version
hugo v0.99.1-d524067382e60ce2a2248c3133a1b3af206b6ef1+extended linux/amd64 BuildDate=2022-05-18T11:18:14Z VendorInfo=gohugoio

Reproducible example:

git clone https://github.com/xianmin/hugo-theme-jane.git
cd hugo-theme-jane
git reset --hard 58d7b87
hugo server --contentDir='./exampleSite/content' --config='dev-config.toml'

Peek 2022-09-08 16-06

xianmin commented 1 year ago

This problem hugo has not yet been solved : https://github.com/gohugoio/hugo/issues/9150