Sign inSign up

svendowideit/jsonresume

By svendowideit

Updated over 8 years ago

Commandline tool to generate, render and publish resume's using the JSON Resume schema.

Image
0

4.8K

svendowideit/jsonresume repository overview

JSON Resume cli container.

This container makes it easy for you to create, render and publish your JSON based resume.

Create a new resume.json by running:

docker run --rm -it -v $(pwd):/data/ svendowideit/jsonresume init

Then edit the JSON to add your information, then try it out locally:

docker run -dit --name resume \
	-v $(pwd):/data/ \
	-p 4000:4000 svendowideit/jsonresume serve --theme spartacus

And point your browser to http://localhost:4000.

Tag summary

Content type

Image

Digest

Size

78.8 MB

Last updated

over 8 years ago

docker pull svendowideit/jsonresume