Skip to content

使用 Hexo 心得与技巧 #2

@liphy

Description

@liphy

一个有用的插件 hexo-admin
hexo-admin 时一个实现图形化管理 hexo 博客的插件。

插件地址:jaredly/hexo-admin: An Admin Interface for Hexo

安装:

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

配置及细节:

  1. Config value “admin.deployCommand” not found 问题

参照这个解决:What is admin.deployCommand? · Issue #70 · jaredly/hexo-admin

Windows 环境下使用 hexo-deploy.bat 的一个小修改:

hexo g
hexo d

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions