<!-- nodejs 环境 -->
npm install hexo
npx hexo new
npx hexo cl
npx hexo g
npx hexo s
<!-- 部署到Github Pages -->
npx hexo d -g
<!-- 创建新文章 -->
npx hexo new "file name" --tags "tag" --categories "category"XingHe501/blog
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|