1. 安装hexo+stellar主题博客

1.1 安装git

1
2
D:\study\blog\blog-hexo-stellar>git version
git version 2.31.0.windows.1

1.2 安装node.js

1
2
D:\study\blog\blog-hexo-stellar>node -v
v20.11.1

1.3 安装hexo并启动

1
2
3
4
5
6
7
8
9
10
11
12
13
// 1. 使用npm安装hexo
npm install hexo-cli -g
// 2. 新建并初始化博客目录
hexo init blog-hexo-stellar
// 3.
cd blog-hexo-stellar
// 4. 下载stellar主题文件
npm i hexo-theme-stellar
// 5. 本地启动
hexo clean
hexo g
hexo server
hexo d

image-20241012213002570

1.4 部署到远端服务器

[将博客部署到阿里云服务器](博客搭建教程 - 码界Musing (shuaifeihao.top))

自定义博客


本站由 卡卡龙 使用 Stellar 1.29.1主题创建

本站访问量 次. 本文阅读量 次.