<aside> 💡 纯记录,非教程, 且为旧版本
</aside>
npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server
显然是能用的
因为之前在网上有备份,所以可以直接git clone
git clone <https://github.com/DF-Master/yidablog.git>
sudo npm install
npm i hexo-theme-ayer -S
npm i hexo-generator-index-pin-top -S
npm i hexo-helper-live2d -S
npm install --save hexo-deployer-git
hexo g
nohup hexo server &