anything on production branch will be auto-deploy by Azure Pipeline service
- run this blog on local:
npm installhexo server
- use hexo cli commands:
npm install hexo-cli -g - new post:
hexo new [layout] <title>- ex:
hexo new post MyTitle,hexo new draft MyTitle
- ex: