mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Update README.
This commit is contained in:
parent
189f37b6a1
commit
a2b482f60b
13
README.md
13
README.md
@ -50,7 +50,7 @@ fluentcmd resume.json resume.doc -t modern
|
|||||||
You should see something to the effect of:
|
You should see something to the effect of:
|
||||||
|
|
||||||
```
|
```
|
||||||
*** FluentCMD v0.1.0 ***
|
*** FluentCMD v0.3.0 ***
|
||||||
Reading JSON resume: foo/resume.json
|
Reading JSON resume: foo/resume.json
|
||||||
Generating HTML resume: out/resume.html
|
Generating HTML resume: out/resume.html
|
||||||
Generating TXT resume: out/resume.txt
|
Generating TXT resume: out/resume.txt
|
||||||
@ -60,6 +60,17 @@ Generating PDF resume: out/resume.pdf
|
|||||||
|
|
||||||
## Advanced
|
## Advanced
|
||||||
|
|
||||||
|
### Applying a theme
|
||||||
|
|
||||||
|
You can specify a predefined or custom theme via the `-t` parameter. For a predefined theme, include the theme name. For a custom theme, include the path to the custom theme's folder.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
fluentcmd resume.json -t modern
|
||||||
|
fluentcmd resume.json -t ~/foo/bar/my-custom-theme/
|
||||||
|
```
|
||||||
|
|
||||||
|
As of v0.3.0, available predefined themes are `modern`, `minimist`, `informatic`, and `hello-world`.
|
||||||
|
|
||||||
### Merging resumes
|
### Merging resumes
|
||||||
|
|
||||||
You can **merge multiple resumes together** by specifying them in order from most generic to most specific:
|
You can **merge multiple resumes together** by specifying them in order from most generic to most specific:
|
||||||
|
Loading…
Reference in New Issue
Block a user