随笔分类 -  Hexo

摘要:When you run: hexo clean && hexo g You might get the following error: err: [Error: ENFILE: file table overflow, open '/<YourFilePath>/<YourFile>'] { e 阅读全文
posted @ 2021-10-04 07:56 Grandyang 阅读(635) 评论(0) 推荐(0) 编辑
摘要:博主在用 Hexo 搭建博客的时候,一直在考虑评论系统用什么,最终比较了多家,决定用 Gitalk,这是一个基于 Github Issues 的评论系统,所有的评论内容都保存在 Github Issues 中,每篇博客对应一个 Issues。只有登陆 Github 账号才能评论,大多数人应该都会有 阅读全文
posted @ 2021-05-12 12:13 Grandyang 阅读(637) 评论(0) 推荐(0) 编辑
摘要:When you run hexo g, you might get the following error: call_and_retry_last allocation failed - javascript heap out of memory Solution: Try to run exp 阅读全文
posted @ 2021-04-26 02:50 Grandyang 阅读(221) 评论(0) 推荐(0) 编辑
摘要:When use nginx to configure https with ssl 443 port, it might be timed out, but your http 80 port work correctly. At this time, if you nginx configure 阅读全文
posted @ 2021-04-20 16:15 Grandyang 阅读(96) 评论(0) 推荐(0) 编辑
摘要:Once you deployed the hexo with Nginx on your web instance, you might get the 403 forbidden error, try the following step to fix: Solution: Run vim /e 阅读全文
posted @ 2021-04-11 17:18 Grandyang 阅读(213) 评论(0) 推荐(0) 编辑
摘要:When you run hexo g on any web instances, like on AWS or Azure, you might get the following error: (node:3568) ExperimentalWarning: The fs.promises AP 阅读全文
posted @ 2021-04-11 10:07 Grandyang 阅读(149) 评论(0) 推荐(0) 编辑
摘要:When running hexo server, you might get the following error: console.js:35 throw new TypeError('Console expects a writable stream instance'); ^ TypeEr 阅读全文
posted @ 2021-04-03 15:05 Grandyang 阅读(865) 评论(0) 推荐(0) 编辑
摘要:Sometimes your hexo environment may get fucked up, may give you the following errors: ERROR Local hexo not found in /YourProjectPath/ ERROR Try runnin 阅读全文
posted @ 2021-04-03 13:56 Grandyang 阅读(167) 评论(7) 推荐(0) 编辑

Fork me on GitHub