Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 243 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 243 Bytes

Init

git submodule update --init --recursive
yarn

Create post

npx hexo new "My fist post."

Local server for test

yarn server

Build

yarn build

Deploy

npm run deploy