hexo-admin-cn

2.1.0 • Public • Published

Hexo Admin 中文版 (自改版)

只是简单汉化了下原版而已 (添加了关键词,描述字段)

安装

npm install --save hexo-admin-cn

其他使用都跟原版一致。

logo

An admin UI for the Hexo blog engine. Based off of the Ghost interface, with inspiration from svbtle and prose.io.

Hexo Version

For 2.x, use version 0.3.0 of this plugin. Version 1.x and beyond only support Hexo v3.x.

Contents

Screenshots

posts view

editor view

Quickstart

1. Setup hexo & create a blog

npm install -g hexo
cd ~/
hexo init my-blog
cd my-blog
npm install

2. Install the admin & start things up

npm install --save hexo-admin
hexo server -d
open http://localhost:4000/admin/

3. Profit!

The UI should be pretty discoverable -- let me know if you can't find something.

4. Password protection

If you're using Hexo admin on your live server, you want some password protection. To enable this, you just add a few config variables to your hexo _config.yml:

admin:
  username: myfavoritename
  password_hash: be121740bf988b2225a313fa1f107ca1
  secret: a secret something

The password_hash is the bcrypt hash of your password. You can use this site to come up with that, or whatever you want. The secret is used to make the cookies secure, so it's a good idea to have it be long and complicated.

Once that's in place, start up your hexo server and going to /admin/ will require you to enter your password.

5. Contribute!

Credits

built with ❤ by Jared Forsyth (@jaredforsyth) using react, browserify, and less.

Readme

Keywords

none

Package Sidebar

Install

npm i hexo-admin-cn

Weekly Downloads

2

Version

2.1.0

License

MIT

Last publish

Collaborators

  • mr.lou