2025年6月5日

安装环境1、下载Node.js//搭建环境 npm install hexo-cli -g //新建文件 hexo init blog cd blog npm install //启动 hexo server //生成静态文件 hexo g