Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 295 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 295 Bytes

saystone.github.io

Install on clean machine

$ ./first-init

Create new post

$ hexo new post "my title"

Run on local

$ npm run start

Deploy

$ npm run deploy