The Achievements section displays a responsive grid of cards that highlight notable accomplishments — hackathon wins, open source milestones, competitive programming results, or any recognition worth showcasing. Items can optionally include an image and a link, and cards without an image render as clean text-only tiles. The section is configured 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.achievements in your hugo.yaml.
Enable the Section
Set to
true to display the Achievements section on the homepage.Optional custom heading for the section. Defaults to the built-in i18n string
"Achievements" when omitted.Achievement Item Fields
Add each achievement as an entry underparams.achievements.items. The following fields are available per item:
The name of the achievement, rendered as the card heading.
A short description of the achievement shown inside the card body.
An optional link for the card. When provided, the entire card becomes a clickable anchor that opens the URL in a new tab.
Optional path to an image displayed at the top of the card (e.g.,
/images/achievement.jpg). If omitted, the card renders as text-only.Items without an
image value render as text-only cards. This is intentional — not every achievement needs a visual, and text-only cards blend seamlessly with image cards in the same grid.