HEXO部署本站部署到本地
安装node.js
安装hexo插件 + 创建博客
npm install hexo-cli -g
hexo init <folder>
cd <folder>
npm install
2023-12-28