hexo-theme-butterfly

repository·dev·Indexed 27 days ago

https://github.com/jerryc127/hexo-theme-butterfly

A simple and card UI design theme for the Hexo static site generator. Version 5.6.2 features a modern, elegant design with support for dark mode, various search engines, multiple comment systems, and rich visual effects. It requires Hexo version 5.0.0 or higher for NPM installation and depends on pug and stylus renderers.

Tokens
297
Snippets
3
Records
3
Agent score
44%

What's inside hexo-theme-butterfly

  1. Configure and enable the Butterfly theme

    dev

    To use the theme, follow these two steps:

    1. Enable the theme: In your Hexo root directory, open _config.yml and set the theme property to butterfly.

    2. Install required renderers: The theme requires pug and stylus renderers. If they are not already installed in your Hexo environment, run the following command:

    npm install hexo-renderer-pug hexo-renderer-stylus --save
    theme: butterfly
  2. Install hexo-theme-butterfly via Git

    dev

    Clone the theme repository directly into your Hexo blog's themes/ directory. You can choose between the stable version or the development version for early access to new features.

    Stable version (Recommended):

    git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly

    Development version:

    git clone -b dev https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
    git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly