Hexo博客搭建

安装Node.js环境

1
dnf install -y nodejs

安装hexo[1]

1
npm install -g hexo-cli

初始化站点(在当前目录下)

1
hexo init

查看hexo版本信息

1
hexo version

安装Fluid主题[2](在当前目录下)

1
npm install --save hexo-theme-fluid

更新Fluid主题[2](在当前目录下)

1
npm update --save hexo-theme-fluid
1
2
3
4
5
6
7
8
#文章页路径
Hexo-blog\source\_posts
#图片路径
Hexo-blog\node_modules\hexo-theme-fluid\source\img
#原始配置文件
Hexo-blog/_config.yml
#主题配置文件
Hexo-blog/_config.fluid.yml

每日必应https://imgapi.cn/bing.php

二次元https://www.loliapi.com/acg/

参考信息


Hexo博客搭建
http://example.com/2024/08/07/hexo博客/
作者
秋雨夜眠
发布于
2024年8月8日
更新于
2024年11月1日
许可协议