Website cookbook.jq.mk
You should have NodeJS and npm installed on your computer.
macOS:
brew install npm
Linux: See This
Windows: See This
Install Hexo
npm install -g hexo
$ hexo new "My New Recipe"
More info: Writing
Edit the MD file in the output.
There is a template Post模板.md under root directory.
git add .
git commit -m "Recipe: My new Recipe"
git push
$ hexo server
More info: Server
$ hexo generate
More info: Generating
$ hexo deploy
More info: Deployment