-
see the issues in hexo-admin:
https://github.com/jaredly/hexo-admin/issues/19
-
Err:
```
ERROR Plugin load failed: hexo-admin
ReferenceError: hexo is not defined
at Object. (h:\QianCheng\qiancheng.me\node_modules\hexo-admin\update.js:4:10)
at Module._compile (module.js:4…
-
Hello Jaredly!
I really appreciate of your amazing work on Hexo.
I am wondering if hexo-admin can work fine with Hexo 3.x
Thanks!
-
Tried installing from npm and hexo-admin is on version 0.0 which has no code. Could you update npm with the latest version?
-
What about password protection for this plugin?
-
[error] HexoError: Plugin load failed: hexo-admin-plugin
Error: Cannot find module 'moment'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
…
-
This may belong in another plugin that could integrate with hexo-admin, but I've really been wanting the ability to queue posts to be published later. So I could write up several posts in one sitting,…
-
因为我工作中用的模板引擎是`handlebars`,所以在写博文的时候,会出现大量的`{{Variables}}`,我在代码块写入这些`handlebar`的变量时,就会一直报错,严重影响了我的写作体验,望早日解决,谢谢。
代码如下:
``` html
admin
{{> hello}}
Hello World!
{{> loginButtons}}
{{greet…
-
I'd love to have an admin view for hexo...