The About section displays a biographical paragraph, an optional profile photo, and a bulleted skills list. It gives visitors a quick summary of who you are and what technologies you work with. 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.about in your hugo.yaml.
Enable the section
Set to
true to render the About section on your home page.Content fields
The heading displayed at the top of the section. Defaults to the i18n key
"About Me" if omitted, making it straightforward to localise.Path to your profile photo (e.g.,
/images/me.png). The image is rendered with a circular rounded-circle style on desktop screens. On small (mobile) screens it is hidden automatically to keep the layout clean.Your bio text. Supports full Markdown — include links, bold text, or line breaks as needed. Use the
|- YAML block scalar to write multi-paragraph content without trailing newlines:Skills list
Set to
true to render the skills list beneath the bio content.A short heading rendered above the skills list (e.g.,
"Here are a few technologies I've been working with recently:").An array of skill name strings. Each string is rendered as a list item and supports Markdown.
The profile image is hidden on small screens (
d-none d-sm-none d-md-block Bootstrap classes). If you only need the text layout, you can safely omit the image field entirely.