Skip to content

How to change titles in resume.json? for ex. from "work" to "experience" #2274

Answered by abhilesh
cvbate asked this question in Q&A
Discussion options

You must be logged in to vote

I believe this limitation is due to the schema used in JSON Resume, which wouldn't recognize "experience" as a valid field. Hence, the titles don't change when you modifyresume.json (or anything else for that matter).

To make modifications to the titles, you'd have to revert to using the _data/cv.yml file. For this to be triggered, you must delete the assets/json/resume.json file.

Then, modify your _data/cv.yml file, where you can change the title: field to reflect the desired title.

- title: General Information
  type: map
  contents:
    - name: Full Name
      value: Albert Einstein
    - name: Date of Birth
      value: 14th March 1879
    - name: Languages
      value: English, German

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cvbate
Comment options

@abhilesh
Comment options

Answer selected by george-gca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants