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