publish 98 B

12345
  1. rm -rf ./posts/*
  2. node generate.js
  3. git add --all
  4. git commit -m "publish"
  5. git push origin master