hexo 静态博客的搭建 参考链接 https://blog.csdn.net/u011475210/article/details/79023429 https://hexo.io/zh-cn/ http://theme-next.iissnan.com/ 搭建 nodejs 开发环境(略) hexo 的安装和启动 安装: npm install hexo-cli -g 初始化博客目录: hexo init blog 进入博客目录: cd blog 安装依赖: npm install 启动: hexo server 安装 next...