Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 292 Bytes

File metadata and controls

31 lines (21 loc) · 292 Bytes

Workflow

  1. Create post
hexo new post "title"
  • Generate content & preview / clear cache version
npm run [pre | cpre]
  • Generate content only / clear cache version
npm run [g | cg]
  1. Change deploy message
npm run mdm "msg"
  1. deploy
hexo d