0.4.1 • Published 8 years ago

hexo-hey v0.4.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

hexo-hey

an admin plugin for hexo, support hexo v3.x
built with gulp + babel + webpack
using es6 + angular + materail + jwt

Demo

http://nihgwu.github.io/hexo-hey/
username: hexo
passowrd: hey

Screenshots

desktop mobile

About

Usage

1. install hexo-hey

npm install hexo-hey --save

2. add a admin config section to _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)

3. serve hexo

hexo serve

then visit http://localhost:4000/admin , and login with the account set in previous step

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago