Hello World!
Hello World!
家乡代码部分
1.403链接失败的解决方法,老是用梯子的报应
git config –global http.proxy http://127.0.0.1:21882
git config –global https.proxy http://127.0.0.1:21882
设置个人接口
git config –global –unset http.proxy
git config –global –unset https.proxy
取消个人接口设置
2.hexo三件套
hexo clean
hexo g
hexo d
3.可以尝试ping一下github看看是不是网络传输问题
ping github.com
4.本地测试方法
hexo s
然后访问 http://localhost:4000/
5.yml设置别忘了改
deploy:
type: git
repo: https://github.com/TheQOfHometown/theqofhometown.github.io.git
branch: main
友情链接
1.https://blog.csdn.net/wxmiy/article/details/89740575 介绍了一个网易云mp3外链的获取方法,缺点是vip音乐不行
2.https://music.gimhoy.com/ 一个mp3文件转mp3外链的解决方案(2024-3-28还没寄)