hexo-local-admin

1.3.8 • Public • Published

hexo local admin

This is a hexo site admin tool(works only on your local machine.). You can use this tool to manage your posts, pages, drafts and trash, even can launch hexo server and deploy your site! Try it out!

1

2

Requirement

node version 4.x or later

Support

OS: windows and unix-like

Browser: highly recommend latest chrome and firefox. also support any other latest modern browsers.

Before start

  1. Please backup your _source directory, just for safety

  2. The deploy button means run hexo deploy -g command. So before you use this feature, please make sure you can manually use this command to deploy your site. More info about hexo deploy: hexo doc: deployment

  3. (*nix os) if you can't set root path or theme name, try add sudo before command.

HOW-TO-USE

  1. install

    npm install -g hexo-local-admin
  2. use command

    hexo-admin -h
    

    will get:

    Usage: hexo-admin [options] [command]
    Commands:
      start   Start hexo local admin server
    Options:
        -h, --help                     output usage information
        -V, --version                  output the version number
        -r, --root-path [root_path]    view/set hexo root path
        -t, --theme-name [theme_name]  view/set hexo theme name
    
    
  3. enjoy!

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i hexo-local-admin

Weekly Downloads

10

Version

1.3.8

License

MIT

Unpacked Size

520 kB

Total Files

27

Last publish

Collaborators

  • geekwen