2023-01-21 hexo博客搭建及主题选择 准备 github上创建仓库,一般和用户名一致,如https://skippor.github.io/ 设置好clinet id和client key 安装配置hexo 发布部署博客文章 安装1234$ npm install -g hexo#hexo 目录下执行$ rm -rf node_modules && npm install --force 操作123$ hexo new "title"$ hexo clean$ hexo g -d hexo主题 NexT Landscape Plus 从零开始制作 Hexo 博客 前一篇 drawio画图环境搭建 后一篇 Hello World