mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-06 02:16:22 +00:00
Merge pull request #192 from peternowee/fix-example-options-file
Mark options file example JSON and remove comments
This commit is contained in:
commit
36f5f46753
@ -482,11 +482,9 @@ hackmyresume BUILD resume.json -o path/to/options.json
|
|||||||
The options file can contain any documented HackMyResume option, including
|
The options file can contain any documented HackMyResume option, including
|
||||||
`theme`, `silent`, `debug`, `pdf`, `css`, and other settings.
|
`theme`, `silent`, `debug`, `pdf`, `css`, and other settings.
|
||||||
|
|
||||||
```javascript
|
```json
|
||||||
{
|
{
|
||||||
// Set the default theme to "compact"
|
|
||||||
"theme": "compact",
|
"theme": "compact",
|
||||||
// Change the "employment" section title text to "Work"
|
|
||||||
"sectionTitles": {
|
"sectionTitles": {
|
||||||
"employment": "Work"
|
"employment": "Work"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user