/blog-4

source code of my blog

Primary LanguageJavaScript

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