The Education section displays your academic history as a series of cards, each showing a degree, institution, date range, GPA, optional extra content such as extracurricular activities or publications, and an optional featured link to a transcript or academic record. All configuration lives underDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/gurusabarish/hugo-profile/llms.txt
Use this file to discover all available pages before exploring further.
params.education in your hugo.yaml.
Enable the section
Set to
true to render the Education section on your home page.Custom section heading. Defaults to the i18n key
"Education" when omitted.When
true, a numbered index badge is displayed to the left of each education card on medium and larger screens. Useful when you want to make the ordering of entries visually explicit.Item fields
Each entry in theitems array represents one academic credential.
The name of the degree or qualification (e.g.,
"Bachelor of Science in Computer Science").The full name of the institution (e.g.,
"Massachusetts Institute of Technology").URL of the institution’s website. When provided, the school name is rendered as a clickable link.
A human-readable date range string (e.g.,
"2009 - 2013"). Displayed in the top-right corner of the card.Your GPA, formatted however you prefer (e.g.,
"3.9 out of 5.0"). Displayed in italics beneath the school name. Omit the field entirely if you do not want to show a GPA.Additional details about the credential. Supports full Markdown — ideal for listing extracurricular activities, publications, awards, or notable coursework. Use the
|- YAML block scalar to write multi-line content:Featured link
Set to
true to show a button link at the bottom of the education card.The button label (e.g.,
"My academic record"). Defaults to "Featured" if enable is true but name is omitted.The URL the featured link button points to (e.g., a link to an online transcript or degree verification page).
If
featuredLink.enable is false or the featuredLink key is absent, no button is rendered — you do not need to include the other featuredLink fields.