Theme Preview

Hue:

You are using an outdated browser that does not support OKLCH colors. The color setting will not take effect.

test

162 words

前言:hexo部署

上传文章需要干什么?

1
2
3
4
(1)hexo new 文章名称
(2)tags:标志需要写一下
(3)categories:分类也写一下
(4)图像设置修改一下

1. move图床图片到本页面

如图1.1 先选中图片

image-20231117195034451

图1.1

移动图片:如下图1.2

image-20231117195215501
图1.2

移动完成之后

1
2
3
hexo g 生成本地资源
hexo s 测试
hexo d 远程部署
Comments