在初始化完Hexo后,我们就应该挑选一个心仪的主题了。
👍博主推荐 {#博主推荐}
以下主题仅为博主个人意见,您也可选择其他主题。
Butterfly {#butterfly}
Butterfly是一款卡片式UI设计的Hexo主题,作者来自中国香港。本站使用的即为Butterfly主题,支持浅色/深色主题调节,功能丰富,喜欢花里胡哨的可以用这款。
官方演示地址: https://butterfly.js.org/
NexT {#next}
博主曾经使用过NexT主题,NexT中还有四个主题,分别为Muse、Mist、Genimi、Pisces。博主认为Genimi和Mist比较好看,分明一点。
官方演示地址:
- Muse: https://theme-next.js.org/muse/
- Mist: https://theme-next.js.org/mist/
- Genimi: https://theme-next.js.org/
- Pisces: https://theme-next.js.org/pisces/
Fluid {#fluid}
一款Material Design风格的主题,平面化的福音。
官方演示地址: https://hexo.fluid-dev.com/
Icarus {#icarus}
三栏卡片式设计,但是修改麻烦,博主本来想用这个主题的,但是调配置调吐了,希望作者可以优化一下吧......
官方演示地址: https://ppoffice.github.io/hexo-theme-icarus/
Nexmoe {#nexmoe}
Uh...这个主题挺粉嫩的,可以魔改下配色🙄
官方演示地址: https://nexmoe.com/
主题安装 {#主题安装}
主题安装从Hexo 5.0.0版本以上支持两种方式: git
和 npm
安装。
npm安装 {#npm安装}
优点:安装快、更新快
缺点:魔改不方便
安装方式: npm i [Theme Name] --save
git安装 {#git安装}
优点:方便魔改,目录较为清晰
缺点:GitHub在国内速度不稳定, clone
易受网络波动
安装方式: git clone [Theme Repo] themes/[Theme Name]
应用主题 {#应用主题}
命令: hexo config theme [Theme Name]