Replies: 3 comments 1 reply
-
关于页面的阅读进度栏我在next主题github那里提了一个issue,不知道现在有人回复了没有 |
Beta Was this translation helpful? Give feedback.
0 replies
-
注意如果是要在非post(比如 About页)中插入图片,不要用asset_img标签,要用img标签,语法也有些不同,参考文档tag-plugins |
Beta Was this translation helpful? Give feedback.
0 replies
-
再额外记录一下,对于是像我一样用于generate的centos7.9设备,将 ERROR Plugin load failed: hexo-word-counter
Error: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/edwardchen/blog/blog_by_hexo/node_modules/hexo-word-counter/index.node)
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1179:18)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:999:19)
at req (/home/edwardchen/blog/blog_by_hexo/node_modules/hexo/lib/hexo/index.js:292:23)
at /home/edwardchen/blog/blog_by_hexo/node_modules/hexo-word-counter/index.js:6:23
at /home/edwardchen/blog/blog_by_hexo/node_modules/hexo/lib/hexo/index.js:305:14
at tryCatcher (/home/edwardchen/blog/blog_by_hexo/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/home/edwardchen/blog/blog_by_hexo/node_modules/bluebird/js/release/promise.js:547:31)
at Promise._settlePromise (/home/edwardchen/blog/blog_by_hexo/node_modules/bluebird/js/release/promise.js:604:18)
at Promise._settlePromise0 (/home/edwardchen/blog/blog_by_hexo/node_modules/bluebird/js/release/promise.js:649:10)
at Promise._settlePromises (/home/edwardchen/blog/blog_by_hexo/node_modules/bluebird/js/release/promise.js:729:18)
at _drainQueueStep (/home/edwardchen/blog/blog_by_hexo/node_modules/bluebird/js/release/async.js:93:12)
at _drainQueue (/home/edwardchen/blog/blog_by_hexo/node_modules/bluebird/js/release/async.js:86:9)
at Async._drainQueues (/home/edwardchen/blog/blog_by_hexo/node_modules/bluebird/js/release/async.js:102:5)
at Immediate.Async.drainQueues [as _onImmediate] (/home/edwardchen/blog/blog_by_hexo/node_modules/bluebird/js/release/async.js:15:14) 所以实际上我写完文章后又把 $ npm install <package>@<version> # 填入目标版本即可 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://www.threegates.net/p/c9e58284d744/
使用hexo快速进行博客搭建之前用wordpress搭建的博客需要折腾的东西太多,编辑器支持也不太好,没有Notion里记笔记来的方便(该说写个笔记两头传本来就麻烦),所以这次用hexo来搭建看看。 部署选择了一键同步生成的网站内容到github repo上,使用pages来进行网站部署,markdown源文件再自己使用github来同步。 这篇文章主要记录一下搭建网站的过程,还有给搭建的时候看的
Beta Was this translation helpful? Give feedback.
All reactions