hexo+github博客搭建
贴一下参考链接
https://blog.csdn.net/weixin_45019350/article/details/121901433
主题用的是
fluid
主题更换参考链接
https://blog.csdn.net/weixin_51545953/article/details/128499341
https://blog.csdn.net/weixin_49270402/article/details/117672195 里面的小彩蛋有图片网站(good)
以管理员身份进入终端
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21切换到`d盘myblog`下
d:
cd my blog
修改配置信息
hexo clean
hexo g
hexo s # 就可以生成静态的页面,预览效果
hexo d # 部署到github上 可能会出现错误 多试几次就好
# 出现这些提示信息就部署上去了
Delta compression using up to 8 threads
Compressing objects: 100% (53/53), done.
Writing objects: 100% (81/81), 5.03 MiB | 628.00 KiB/s, done.
Total 81 (delta 33), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (33/33), completed with 7 local objects.
To https://github.com/yech0/yech0.github.io
6165f62..b080b14 HEAD -> master
Branch 'master' set up to track remote branch 'master' from 'https://github.com/yech0/yech0.github.io'.
[32mINFO [39m Deploy done: [35mgit[39m还有个问题就是背景图片加载太慢了 我已经尽量压缩了 但还是慢(就图片慢 其他的效果很快的
会不会换个源会好一点?下次试试用Google打开会快一点 火狐比较慢,
hexo+github博客搭建
https://yech0.github.io/2023/09/08/hexo+github博客搭建/