安装Hexo Admin 插件
This plugin was originally designed as a local editor – you run hexo locally, use hexo-admin to author posts, and then use hexo generate or hexo deploy to send the generated static HTML files up to github pages or some other static server.
该插件最初被设计为本地编辑器-您在本地运行hexo,使用hexo-admin撰写帖子,然后使用hexo generate或hexo deploy将生成的静态HTML文件发送到github页面或其他静态服务器。
在blog目录下,输入下面命令安装
npm install --save hexo-admin
执行命令
hexo s
到浏览器输入网址检查,网址:localhost:4000/admin ,4000是自己端口号,后面加上/admin 就能进入admin页面。
安装完成,自行探索admin功能,要在 hexo s
的状态下才能进入admin。