mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
11 lines
269 B
JSON
11 lines
269 B
JSON
{
|
|
// Set the default theme to "compact"
|
|
//"theme": "node_modules/jsonresume-theme-elegant",
|
|
//"theme": "jsonresume-theme-elegant",
|
|
"theme": "elegant",
|
|
// Change the "employment" section title text to "Work"
|
|
"sectionTitles": {
|
|
"employment": "Work"
|
|
}
|
|
}
|