hexo-pl

0.0.2 • Public • Published

An 3rd-party api platform for the Hexo blog engine. With inspiration from hexo-admin

Hexo Version

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

Quickstart

1. Setup hexo & create a blog

npm install -g hexo //may need sudo
cd ~/my-personal-directory
hexo init my-blog
cd my-blog
npm install

2. Install the hexo-pl & start things up

npm install --save hexo-pl
hexo server -d
open http://localhost:4000/pl/v1/api/posts

3. Documents

Wiki;

4. Contribute!

Credits

built with ❤ by Tyler Yang

Package Sidebar

Install

npm i hexo-pl

Weekly Downloads

1

Version

0.0.2

License

ISC

Last publish

Collaborators

  • tyleryang