hexo部署步骤变化

hexo部署步骤变化

Problem

今天写完blog上传的时候,发现原来的GitHub输入用户名再输入密码push的方式没用了,报错如下:

1
2
3
4
5
6
7
8
9
10
11
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: unable to access 'https://github.com/chenzhengde/chenzhengde.github.io.git/': The requested URL returned error: 403
FATAL {
err: Error: Spawn failed
at ChildProcess.<anonymous> (/Users/chenzhengde/Library/Mobile Documents/com~apple~CloudDocs/大三上学期/myblog/node_modules/hexo-util/lib/spawn.js:51:21)
at ChildProcess.emit (events.js:400:28)
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) {
code: 128
}
} Something's wrong. Maybe you can find the solution here: %s https://hexo.io/docs/troubleshooting.html
阅读更多
icarus使用知识

icarus使用知识

前几天用yilia改subnav,莫名其妙的又把yilia改出问题了,这次干脆直接把主题换掉了,一步到位。
不得不说icarus确实是个非常优秀的主题,首先图标就是调用的GitHub上的fontawesome库,再也不用自己调整图标了😅 有空再研究研究图片的设置了。

阅读更多

yilia已知问题和部分解决方案

目前blog出现了一些问题,有的已经解决,在这里有解决的方法,还有一些没有解决需要继续研究。
不需要继续研究了,框架已经从yilia换成了icarus。

阅读更多

hexo使用说明

这个blog的框架使用的是hexo,themes是下载的yilia,可以从github上免费下载。自己调整了一些配置,主要是记录一下调整的内容和一些代码命令。

阅读更多