Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 274 Bytes

Infra DX Blog

  1. npm install -g hexo-cli to install tools
  2. hexo new "<title>" to generate new post
  3. Write post at source/_posts/<title>.md
  4. hexo deploy --generate
  5. Wait a few moments for deployed blog to update.