hexo-hey
hexo-hey copied to clipboard
an admin plugin for hexo
This plug-in cannot be used after static files are generated
add cdn_image_url of config
How can I deploy hexo-hey in my online blog hosted by Github Pages?
for the demo account username: hexo password:hey the account seems not work ! Have it changed?
[Image-Sample.txt](https://github.com/nihgwu/hexo-hey/files/679867/Image-Sample.txt) Hi, I tried to fork as add 2 fields to the metadata section of a post, without success. In my case, I use the following https://github.com/ptsteadman/hexo-theme-corporate.git which when opened...
My package.json looks like this: { "name": "hexo-site", "version": "0.0.0", "private": true, "hexo": { "version": "3.2.2" }, "dependencies": { "hexo": "^3.2.0", "hexo-generator-archive": "^0.1.4", "hexo-generator-category": "^0.1.3", "hexo-generator-index": "^0.2.0", "hexo-generator-robotstxt": "^0.2.0", "hexo-generator-sitemap":...
the uri path /admin is same as for hexo-admin plugin.
input pattern (\-) should be [\-], else console will show error
hexo.post.create receive date format like 'yyyy-MM-dd hh-mm-ss', so you needn't new Date(this.post.date) in edit.controller.js, just this.post.date is ok.