Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtwebman/jsonresume-theme-markdown
A basic MarkDown theme for JSONResume
https://github.com/jtwebman/jsonresume-theme-markdown
Last synced: 11 days ago
JSON representation
A basic MarkDown theme for JSONResume
- Host: GitHub
- URL: https://github.com/jtwebman/jsonresume-theme-markdown
- Owner: jtwebman
- License: other
- Created: 2015-01-13T05:56:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T09:52:37.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T16:57:44.378Z (27 days ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Basic Markdown theme [![](https://badge.fury.io/js/jsonresume-theme-markdown.png)](https://www.npmjs.com/package/jsonresume-theme-markdown)
This is the basic markdown theme for [JSON Resume](http://jsonresume.org/).
## 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-cli
```Once the resume client is installed you get initialize a new resume.jso file by calling:
```
resume init
```Go 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 test
```Next you will need to register with jsonresume.org by calling:
```
resume register
```The last step is to publish your resume by calling:
```
resume publish
```Once 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](http://mths.be/mit).