blog
blog copied to clipboard
source code of my blog
Source code for my blog: https://flyyang.me
Setup
- 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