Source code for my blog: https://flyyang.me
- Install deps
npm install
- Run server
# This step is optional
hexo server
- Write post
hexo new post "your-post-name"
- Deploy to github
npm run deploy
Source code for my blog: https://flyyang.me
npm install
# This step is optional
hexo server
hexo new post "your-post-name"
npm run deploy