安装和配置暂不写有时间更新。
同步指令只需一下两条。
yuque-hexo sync && yuque-hexo clean #更新同步语雀中文文章并清楚语雀的缓存
npm run sync && hexo clean && hexo g -d #清楚博客本地缓存并将更新编译后发布到github
错误处理:
# 1.公开库拉取文章提示: Error:fail to fetch article list, response。。。。
# 解决方法:设置token ,详细解决位置:https://github.com/x-cold/yuque-hexo/issues/55
# 2.图片不显示
# 解决方法:是由于防盗链导致的,需要修改一下主题模板,详细解决位置:https://github.com/x-cold/yuque-hexo/issues/41
# 备注:如果你用的也是Next主题,那么模板文件的路径为:your blog—>themes—>next—>layout—>_macro—>post.swig