? What's your hexo blog path? The same path as your hexo _config.yml file //输入Hexo博客的根目录,可以直接从宝塔面板复制 ? Which port do you like your hexo-editor running at? (5777) //通常来说直接使用默认5777端口即可,直接回车 ? Secret Key?Like a password, can be anything you like. (secret) //任意的密钥,不是登录的密码,之后不会再使用到 ? Access token expire time Eg: "2 days", "10h", "7d" (1h) //默认直接回车即可 ? Refresh token expire time Eg: "2 days", "10h", "7d" (7d) //默认直接回车即可 ? username: (admin) //这个是日后登录的用户名,默认为admin,也可以自行设置 ? password default `admin` [hidden] //这个是日后登录的密码,默认为admin,也可以自行设置
之后如果成功的话就会出现以下的界面:
1 2 3 4 5 6 7 8 9 10 11 12
Finished! Run `npm start` to start with node Run `npm run prd` to start with pm2 Run `npm run stop` to stop Run `npm run restart` to restart Run `bash ./update.sh` to update Run `bash ./setup.sh` to change settings Remember to (re)start your service manually! Have fun :p For uninstall: 1) Remove the following folder: /www/wwwroot/blog.lihaojin.cn/winwin-hexo-editor 2) Stop youre service manually.