Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 358 Bytes

File metadata and controls

24 lines (17 loc) · 358 Bytes

My Blog !!

Chinese: https://moon-jam.github.io

English: https://moon-jam.github.io/en

Setup

Install dependencies.

npm install hexo-cli -g
brew install pandoc
npm install

Run Run Run

hexo cl     # clean the cache files
hexo g      # generate static files
hexo s      # server start
hexo d      # deploy to github page