Hexo-官网
Hexo-文档
问题解答:Hexo-troubleshootingGitHub-issues.

Hexo插件大全:Hexo-Plugins

本站搭建参考:超详细搭建Hexo个人博客记录 - Layke

主题1:butterfly

主题2:anzhiyu

算是Hexo框架里最好看功能最丰富的主题了。缺点是加载要好几秒,不懂怎么优化,弃坑了。

Demo:https://blog.anheyu.com/
Github:https://github.com/anzhiyu-c/hexo-theme-anzhiyu?tab=readme-ov-file

主题3:next

主题4:webstack

这是导航站主题,可以定制自己的网址导航

主题5:maupassant(本站使用)

这个主题比较简洁。支持Typecho、Hugo、Hexo

缺点:目录内嵌于正文,需要手动优化。

Demo:https://blog.sunyifeng.icu/

Github:https://github.com/pagecho/maupassant

主题配置文档:https://www.haomwei.com/technology/maupassant-hexo.html

安装的插件

Hexo插件大全:Hexo-Plugins

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 初始化hexo并安装渲染器
$ hexo init
$ npm install hexo-renderer-pug --save
$ npm install hexo-renderer-sass --save

# 安装插件:本地文章搜索、字数统计、自动生成短链,需要在hexo配置/主题配置文件中开启对应配置
$ npm install hexo-generator-search --save
$ npm install hexo-wordcount --save
$ npm install hexo-abbrlink --save

# 安装插件实现本地博客部署到远程仓库
npm install hexo-deployer-git --save

# 安装插件实现博客RSS订阅
$ npm install hexo-generator-feed

为 Hexo 搭建的博客添加 RSS 输出功能
Github:https://github.com/hexojs/hexo-generator-feed

博客框架对比

静态博客:

  • Hexo
    • 优点:自定义自由度高、教程很多主题很多、占用内存极低
    • 缺点:需要用MarkDown语法、评论区要自己装、每次更新内容都要hexo三连
    • 主题:butterfly、anzhiyu、nexT、maupassant
  • Hugo
    • 优点:编译速度最快
    • 缺点:
      动态博客:
  • Wordpress
    • 优点:安装容易
    • 缺点:太重了、好看的主题不好找
    • 主题:Argon、Document
  • Halo
    • 优点:主题好看、后台超好用特别是编辑器、功能也比较丰富
    • 缺点:自定义比较难、用MySQL8.0的话速度快但是占用内存800M-1G,小鸡顶不住
    • 主题:Joe3.0