kcv-theme-markdown
v1.0.3
Published
Basic Markdown theme for JSON Resume
Readme
Basic Markdown theme 
This is the basic markdown theme for JSON Resume.
Getting started
You can preview the markdown generated here:
To get started you will need to install the resume client tool:
sudo npm install -g resume-cliOnce the resume client is installed you get initialize a new resume.jso file by calling:
resume initGo ahead and update you resume.json with all your information.
Once you are done you can test that the format is correct by calling:
resume testNext you will need to register with jsonresume.org by calling:
resume registerThe last step is to publish your resume by calling:
resume publishOnce published you can access the markdown version at the url http://registry.jsonresume.org/{username}?theme=markdown'
- JT's: http://registry.jsonresume.org/jtwebman?theme=markdown
- Example: http://themes.jsonresume.org/markdown
License
Available under the MIT license.
