基于hexo的next主题
sudo pacman -S npm
npm install cnpm --save
npm install hexo-cli -g
npm install hexo --save
npm install hexo-server
npm install hexo-deployer-git --save
npm install hexo-wordcount --save #字数统计
hexo new [name] #新建文章
hexo new draft <title> #建立文章草稿
hexo g #生成前端文件
hexo d #上传到github
- Use English in repo
- Use GitHub Action to release the blog