Configure and enable the Butterfly theme
devTo use the theme, follow these two steps:
Enable the theme: In your Hexo root directory, open
_config.ymland set thethemeproperty tobutterfly.Install required renderers: The theme requires
pugandstylusrenderers. If they are not already installed in your Hexo environment, run the following command:
npm install hexo-renderer-pug hexo-renderer-stylus --savetheme: butterfly