Diversity 主题接入介绍

build and deploy Hexo version license GitHub Repo stars

博客多样性,一款多主题自由切换的 Hexo 主题

安装

在你的 Hexo 项目根目录,执行以下命令,并将 _config.yml 中的 theme 修改为 diversity

1
git clone --depth 1 https://github.com/huazie/hexo-theme-diversity themes/diversity
1
2
3
_config.yml
- theme: other-theme
+ theme: diversity

接入其他主题,有如下两种方式【查看 _config.diversity.ymlthemes 属性配置】:

  • 将待接入主题相关的源码下载到项目根目录的 themes 目录下,并各自命名,如下所示【其中 diversity 是上述所下载的】:

    1
    2
    3
    4
    ├─themes
    │ ├─diversity
    │ ├─light
    │ ├─phase
  • 通过项目依赖导入,比如 landscape 主题,如下:

    1
    2
    3
    "dependencies": {
    "hexo-theme-landscape": "^1.0.0"
    }

配置

详细了解,请翻看项目 README 文件。

文档

详细了解,请翻看 Huazie 的博客分类之 博客框架-Hexo 中的文章。

问题

反馈 Bug 或者咨询使用问题,可以