【Hexo】踩坑

简介: 【Hexo】踩坑

1.安装node会自动安装对应的npm版本
查看版本对应
https://nodejs.org/zh-cn/download/releases/
2.git clone失败
git config http.sslVerify "false"
git init
再次git config http.sslVerify "false"
https://blog.csdn.net/qq_45644092/article/details/105625876?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_utm_term-0&spm=1001.2101.3001.4242
3.本地运行出现extends includes/layout.pug block content include ./includes/mixins/post-ui.pug #recent-posts.recent-posts +postUI include includes/pagination.pug
输入
npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
https://zhuanlan.zhihu.com/p/137946156

4.hexo d后 ERROR Deployer not found: git

npm install --save hexo-deployer-git
https://blog.csdn.net/weixin_36401046/article/details/52940313

感谢以上老哥

相关文章
|
9月前
|
缓存 JavaScript 前端开发
hexo 命令速查小册
hexo 命令速查小册
|
7月前
|
开发框架 资源调度 JavaScript
用Hexo搭建博客入门教程-搭建环境生成hexo静态页面(一)
用Hexo搭建博客入门教程-搭建环境生成hexo静态页面(一)
92 0
|
11月前
|
存储
Hexo从0到1搭建博客系列03:文章与评论模块
Hexo从0到1搭建博客系列03:文章与评论模块
|
11月前
|
SQL JavaScript 前端开发
Hexo从0到1搭建博客系列01:浅尝Hexo
Hexo从0到1搭建博客系列01:浅尝Hexo
|
缓存
hexo 博客搭建踩坑系列
hexo 博客搭建踩坑系列
|
JavaScript
Hexo 入门指南(七) - 评论 & 分享
Hexo 入门指南(七) - 评论 & 分享
57 0
|
JavaScript 数据安全/隐私保护
Hexo+Next8的升级踩坑之旅
Hexo+Next8的升级踩坑之旅
175 0
|
搜索推荐 JavaScript 前端开发
超详细Hexo+Github博客搭建小白教程(一)
超详细Hexo+Github博客搭建小白教程
378 0
超详细Hexo+Github博客搭建小白教程(一)
|
搜索推荐 JavaScript BI
超详细Hexo+Github博客搭建小白教程(二)
超详细Hexo+Github博客搭建小白教程
190 0
超详细Hexo+Github博客搭建小白教程(二)
|
数据采集 存储 缓存
超详细Hexo+Github博客搭建小白教程(三)
超详细Hexo+Github博客搭建小白教程
125 0
超详细Hexo+Github博客搭建小白教程(三)