hexo使用指南
用来经常查阅的hexo使用指南。
https://blog.csdn.net/cat_bayi/article/details/128725230
常用操作:
hexo clean
hexo g
hexo s
hexo d
hexo g
hexo new a
hexo new draft a
hexo publish a
hexo new page a
组图
{% gi total n1-n2-... %}
![](url)
![](url)
![](url)
![](url)
![](url)
{% endgi %}
数学公式
{% katex %}
{% endkatex %}
折叠
{% fold info @title %}
需要折叠的一段内容,支持 markdown
{% endfold %}
Spawn failed错误
重置git的deploy文件夹
huahua提供的方法,删除博客文件夹中的.deploy_git文件夹,然后在终端cd这个文件夹后输入git config –global core.autocrlf false
ssh-keygen -t rsa -C “邮箱”
/c/Users/用户名/.ssh/id_rsa文件中复制密钥
hexo使用指南
https://43.242.201.154/2024/09/19/hexosolution/