使用hexo搭建博客,并将博客部署到github 需要的工具 Node.js Git 一个Github账号 正式开始 在任意目录下新建一个文件夹,如blog,在该文件夹下右键打开git bash here,执行npm install -g hexo-cli,安装hexo 执行hexo init 执行npm install 根据提示依次执行npm audit fix和npm audit fix --force 执行hexo g,生成博客 执行hexo s后,可以在 http://localhost…