Yue Yang

Results 142 comments of Yue Yang

Maybe something wrong with `PATHS`. Can u show me the output of the `gem environment`?

@sungentim Can u show me the output of the `gem environment`?

Seems `ruby` and `gem` have mismatched versions. You can see `gem` is from the `rvm` manager but the workflow expects homebrew installed `ruby`. The solution is very ez, you can...

@LevyLizzz Should be placed in `else` because your machine is an arm architecture.

@LevyLizzz Turning on debug mode may show why the error is occurring:

Can I see the debug logs? This problem is most likely related to the `PATH`.

> NB: there is a copy of Readme (not updated) in the theme root Both READMEs need to be updated, one for the hugo theme and one for GitHub. >...

I'm sorry I haven't followed this project for a long time. I noticed that docsify now has this https://docsify.js.org/#/configuration?id=homepage, which allows us to remove `docs/README.md` safely.

> Question: is it possible to put the whole i18n block within its own `i18n.html` file and reference it where required? Seems like it should be possible, but I'm not...