docs(readme): add features and usage instructions
This commit is contained in:
parent
9ea70a1196
commit
7b34043765
37
README.md
37
README.md
@ -2,17 +2,50 @@
|
|||||||
|
|
||||||
[](https://www.npmjs.com/package/jsonresume-theme-even)
|
[](https://www.npmjs.com/package/jsonresume-theme-even)
|
||||||
[](https://github.com/rbardini/jsonresume-theme-even/actions)
|
[](https://github.com/rbardini/jsonresume-theme-even/actions)
|
||||||
|
[](https://app.netlify.com/sites/jsonresume-theme-even/deploys)
|
||||||
[](https://codecov.io/gh/rbardini/jsonresume-theme-even)
|
[](https://codecov.io/gh/rbardini/jsonresume-theme-even)
|
||||||
[](https://david-dm.org/rbardini/jsonresume-theme-even)
|
[](https://david-dm.org/rbardini/jsonresume-theme-even)
|
||||||
[](https://david-dm.org/rbardini/jsonresume-theme-even?type=dev)
|
[](https://david-dm.org/rbardini/jsonresume-theme-even?type=dev)
|
||||||
[](https://jsonresume-theme-even.netlify.app)
|
|
||||||
|
|
||||||
A flat [JSON Resume](https://jsonresume.org/) theme, compatible with the latest [resume schema](https://github.com/jsonresume/resume-schema).
|
A flat [JSON Resume](https://jsonresume.org/) theme, compatible with the latest [resume schema](https://github.com/jsonresume/resume-schema).
|
||||||
|
|
||||||
Inspired by [jsonresume-theme-flat](https://github.com/erming/jsonresume-theme-flat).
|
Inspired by [jsonresume-theme-flat](https://github.com/erming/jsonresume-theme-flat).
|
||||||
|
|
||||||
|
- 💄 Markdown support
|
||||||
|
- 📐 CSS grid layout
|
||||||
|
- 🧩 Standalone CLI
|
||||||
|
|
||||||
|
[View demo →](https://jsonresume-theme-even.netlify.app)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```console
|
```console
|
||||||
npm install jsonresume-theme-even
|
npm install jsonresume-theme-even
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
### With resume-cli
|
||||||
|
|
||||||
|
[resume-cli](https://github.com/jsonresume/resume-cli) comes with _Even_ and uses it by default, so you don't even (pun intended) need to install the theme yourself:
|
||||||
|
|
||||||
|
```console
|
||||||
|
npm install resume-cli
|
||||||
|
npx resume export resume.html
|
||||||
|
```
|
||||||
|
|
||||||
|
### With Resumed
|
||||||
|
|
||||||
|
[Resumed](https://github.com/rbardini/resumed) requires you to install the theme, since it does not come with any by default. It will then automatically load and use _Even_ when rendering a resume:
|
||||||
|
|
||||||
|
```console
|
||||||
|
npm install resumed jsonresume-theme-even
|
||||||
|
npx resumed render
|
||||||
|
```
|
||||||
|
|
||||||
|
### Standalone usage
|
||||||
|
|
||||||
|
_Even_ comes with a barebones CLI that reads resumes from `stdin` and outputs HTML to `stdout`. This allows usage without any resume builder tools:
|
||||||
|
|
||||||
|
```console
|
||||||
|
cat resume.json | npx jsonresume-theme-even > resume.html
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user