Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nihgwu/hexo-hey
an admin plugin for hexo
https://github.com/nihgwu/hexo-hey
Last synced: 3 months ago
JSON representation
an admin plugin for hexo
- Host: GitHub
- URL: https://github.com/nihgwu/hexo-hey
- Owner: nihgwu
- License: mit
- Archived: true
- Created: 2015-09-14T05:19:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T06:04:26.000Z (over 4 years ago)
- Last Synced: 2024-07-07T16:13:26.394Z (4 months ago)
- Language: JavaScript
- Homepage: http://nihgwu.github.io/hexo-hey/
- Size: 2.97 MB
- Stars: 208
- Watchers: 19
- Forks: 41
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Depreciated
**This project is depreciated, I don't use it anymore**# hexo-hey
an admin plugin for hexo, support hexo v3.x
built with gulp + babel + webpack
using es6 + angular + material + jwt## Demo
[http://nihgwu.github.io/hexo-hey/](http://nihgwu.github.io/hexo-hey/)
username: hexo
passowrd: hey## Screenshots
![desktop](./screenshot/1.jpg)
![mobile](./screenshot/2.jpg)## About
* client framework: [angular](https://github.com/angular/angular.js)
* dashboard ui: [material](https://github.com/angular/material)
* authentication: [jwt](https://github.com/auth0/node-jsonwebtoken)
* markdown parser: [marked](https://github.com/chjj/marked)
* markdown style: [github-markdown-css](https://github.com/sindresorhus/github-markdown-css)
* markdown editor: [codemirror](https://github.com/codemirror/CodeMirror)## Usage
### 1. install hexo-hey
```
npm install hexo-hey --save
```### 2. add a admin config section to `_config.yml`:
``` 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