个人笔记

技术

nodejs + hexo + next themes + plugins

使用

新建文章

  • 使用 hexo new "xxx" 进行新建文章,文件位于 source/_posts 目录下。
  • 然后使用命令 bash tools/upload-commit.sh

本地部署

  • 使用命令 hexo clean && hexo g && hexo s