an admin plugin for hexo, support hexo v3.x
built with gulp + babel + webpack
using es6 + angular + materail + jwt
http://hey.liteneo.com/admin
username: hexo
passowrd: hey
npm install nihgwu/hexo-hey --save
_config.yml
:# Admin
admin:
name: hexo
password: hey
secret: hey hexo
expire: 60*1
# cors: http://localhost:3000
cors is optional if you want serve your client in another place (CDN for example )
hexo serve
then visit http://localhost:4000/admin, and login with the account set in previous step
1
bhqt 2015-09-14 15:48:32 +08:00
不能不说的是,这个东西碉堡了。有这东西,就不用本地去编辑文件发布了吧
|
2
kingme 2015-09-14 16:03:35 +08:00
感觉要研究下, MARK
|
3
zhyu 2015-09-14 16:21:34 +08:00
看起来超级棒啊,已 star
|
4
oott123 2015-09-14 17:10:34 +08:00 via Android
实在是不理解特意搞个静态博客又特意搞个后台…
静态博客不就是图个文件管理博文 可以随便用本地编辑器啥的 真有后台需求为啥不直接用个动态的程序 OTL |
5
liteneo OP @oott123 静态的轻+动态的易,如果你需要经常切换写作环境,其实纯静态也是挺劳心的,还有图片之类的资源,下一步加入 clip&paste ,这就是我想要的
|
7
giuem 2015-09-14 17:54:22 +08:00 via Android
我想知道这个是用在本地然后 git 上传到 github 上吗
|
9
adoyle 2015-09-14 18:25:00 +08:00
好评!
|
10
yuwan 2015-09-15 11:11:43 +08:00
@ liteneo
挺不错,图片的 clip$paste ,会自动上传到图床么 |
13
Yamade 2015-09-15 19:12:52 +08:00
楼主我爱你
|
14
aksoft 2015-09-27 07:26:47 +08:00 via Android
密码在哪.。。
|
15
wmwwmv 2017-03-04 16:13:49 +08:00
开始没问题
后来总是提示用户名密码错误。 |