Skip to content

jobapis/jobapis.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Documentation site and blog for our projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published