【Nodejs】Hexo博客主题与美化

文章目录

    • 1. Hexo主题
      • landscape
      • next
      • butterfly
      • fluid
    • 2. Hexo组件美化

1. Hexo主题

主题地址:https://github.com/hexojs/hexo/wiki/Themes

安装方式:git clone themes/

然后修改_config.yml文件中的theme名字。

landscape

next

butterfly

fluid

Demo:

http://www.lzqlearn.com/

npm安装:npm install --save hexo-theme-fluid

用户文档:https://hexo.fluid-dev.com/docs/

相关美化:

https://emoryhuang.cn/blog/1729600336.html

效果如下:

【Nodejs】Hexo博客主题与美化_第1张图片

【Nodejs】Hexo博客主题与美化_第2张图片

2. Hexo组件美化

参考:https://www.jianshu.com/p/f068b8a36d84

以上。

你可能感兴趣的:(前端开发,hexo,git)