The source files of my Blog.
Maybe some old articles.
After cloning the project:
- change directory to the root path of the project
- install yarn first:
npm i -g yarn
- execute command
yarn
For Hexo:
- clean project:
yarn c
orhexo clean
- compile project:
yarn b
orhexo generate
orhexo g
- start server on localhost:
yarn s
orhexo server
orhexo s