Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 578 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 578 Bytes

JobApis documentation site

Built on Hexo. See commands.

Variables

Local Development

If you're using docker, you just need to run:

  • npm install to install the packages.
  • docker run --rm -v $(pwd):/hexo -p 4000:4000 tommylau/hexo to get the Hexo server running.

To build for deployment: docker run --rm -v $(pwd):/hexo tommylau/hexo hexo generate.

And to deploy: node_modules/hexo/bin/hexo deploy.