ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
764 stars 203 forks source link

How to change default renderer #109

Closed ghost closed 4 years ago

ghost commented 4 years ago

When I

  1. Uninstall the default renderer(hexo-renderer-marked)
  2. Install another renderer(such as "hexo-renderer-kramed")
  3. Use hexo command "hexo clean"

It will report: INFO Checking dependencies ERROR Package hexo-renderer-marked is not installed. ERROR Please install the missing dependencies in the root directory of your Hexo site.

ppoffice commented 4 years ago

@Nautilus-N Comment out this line should work https://github.com/ppoffice/hexo-theme-minos/blob/master/scripts/01_check.js#L37

ghost commented 4 years ago

Thanks! It works for me. :)