Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 274 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 274 Bytes

Source code for my blog: https://flyyang.me

Setup

  1. Install deps
npm install
  1. Run server
# This step is optional
hexo server
  1. Write post
hexo new post "your-post-name"
  1. Deploy to github
npm run deploy