I want to add some details in education column like GPA.
In the content\authors\admin_index.md, I wrote
education:
courses:
- course: engineering degree
institution: Ecole Polytechnique
year: 2017-2020
I want to add GPA after year
Does anyone knows how to add other properties?
Thanks!
Hello,
I’ve done research and dug into the doc, but I didn’t find anything.
I think you mean that I should add a link to my code? If it is,this is the link:
To show your GPA, you have to find where it is rendered in the theme templates, and add the GPA code there. Then, you might ensure your author profile is formatted correctly; YAML has specific rules on indentation and nested lists.