Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 425 Bytes

File metadata and controls

18 lines (12 loc) · 425 Bytes

hexo notes for writing this blog

deploy

anything on production branch will be auto-deploy by Azure Pipeline service

hexo commands

  • run this blog on local:
    • npm install
    • hexo 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

ref