1、安装nodejs
apt install nodejs-legacy
2、安装Git
sudo apt-get install git-core
3、安装npm ,系统有的话不用安装
sudo apt-get install npm
4、安装hexo主题
npm install -g hexo-cli
5、创建Blog文件夹
hexo init blog
6、清除静态文件夹
hexo clean
7、重新生成静态文件
hexo g
8、运行hexo
hexo server
9、后台运行hexo
nohup hexo server &
本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。
暂无评论
要发表评论,您必须先 登录