hexo博客

https://peiniwan.github.io/

命令

文章本地预览

1
2
3
//在Hexo 3.0server被单独出来了,需要安装server 
npm install hexo-server --save
hexo s

博客发布

1
2
3
4
npm install hexo-deployer-git --save 
hexo g generate
hexo deploy
hexo d

每次无论 hexo g 或 hexo s,都最好先使用 hexo clean 清除本地缓存

主题

1
npm install --save hexo-theme-fluid

然后在博客目录下创建 _config.fluid.yml,将主题的 _config.yml 内容复制进去。
配置指南 | Hexo Fluid 用户手册

开启评论

配置指南 | Hexo Fluid 用户手册
hexo-fluid添加valine评论记录-腾讯云开发者社区-腾讯云

插件

【Hexo插件系列】日志的自动分类插件 hexo-auto-category | ESON

1
2
npm install hexo-auto-category --save
npm install hexo-filename-title --save

问题

  • 如何批量添加title

用Github Pages+Hexo搭建博客之(七)如何删除一篇已经发布的文章 # 成功解决:同时删除掉.deploy_git文件夹_hexo删除文章-CSDN博客

  1. 删除.deploy_git文件夹
  2. hexo clean
  3. hexo g
  4. hexo d

文章

Hexo+GitHub 搭建属于自己的博客 1.0 - 掘金
Hexo + Obsidian + Git 完美的博客部署与编辑方案 - 个人文章 - SegmentFault 思否


hexo博客
http://peiniwan.github.io/2024/04/762a08c6a935.html
作者
六月的雨
发布于
2024年4月6日
许可协议