Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 403 Bytes

Setup and Update

  1. clone this repository and enter the directory
  2. npm install
  3. make changes in the main branch
  4. hexo s to check
  5. push the changes to main
  6. hexo clear, hexo generate, hexo deploy

Theme Update

  1. manual check for upstream updates
  2. cherry pick them here
  3. hexo s to check
  4. push the changes to main
  5. hexo clear, hexo generate, hexo deploy