TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/academicpages/academicpages.github.io/llms.txt
Use this file to discover all available pages before exploring further.
author: block in _config.yml controls everything that appears in the left-hand sidebar of your Academic Pages site. Every field is optional: if a field is left blank, its corresponding icon and link will not appear. Fill in only the profiles that are relevant to your work, and the sidebar will adapt automatically. The logic that renders these fields lives in _includes/author-profile.html, which you can customize further if needed.
Fields in the
# Repositories and software development and # Social media sections expect a username (not a full URL) unless otherwise noted. The template constructs the full link automatically. Fields in # Academic websites and selected social fields (mastodon, medium, telegram) expect a full URL.Biographic Information
_config.yml
Filename of your profile photo, located in
/images/. For example, "profile.png" resolves to /images/profile.png. You may also supply a full external URL (e.g. "https://example.com/photo.jpg").Your display name as it appears as a heading in the sidebar
<h3> element.Optional pronouns displayed below your name (e.g.
"she/her", "they/them"). Leave blank to hide this line.A one- or two-sentence biography shown in the sidebar beneath your name and pronouns.
Your city or institution location. Rendered with a map-pin icon; visible only on wider screens (desktop sidebar).
Your current institution or company. Rendered with a building/columns icon; visible only on wider screens.
A personal or institutional website URL. Rendered as a “Website” link with a link icon.
Your email address. Rendered as a
mailto: link with an envelope icon.Academic Websites
These fields accept full URLs to your profiles on academic networking and indexing platforms. All use Academicons for their sidebar icons._config.yml
academia
Full URL to your Academia.edu profile page.
arxiv
Full URL to your arXiv author page.
googlescholar
Full URL to your Google Scholar citations profile.
inspire-hep
Full URL to your INSPIRE-HEP author record. Primarily relevant for physics researchers.
impactstory
Full URL to your Impactstory profile tracking open-science activity.
orcid
Full URL to your ORCID record, e.g.
https://orcid.org/0000-0000-0000-0000.semantic
Full URL to your Semantic Scholar author page.
ssrn
Full URL to your SSRN author page. Common in economics, law, and social sciences.
pubmed
Full URL to a PubMed author search, e.g.
https://www.ncbi.nlm.nih.gov/pubmed/?term=your+name.researchgate
Full URL to your ResearchGate profile. Note: uses a Font Awesome icon, not Academicons.
scopus
Full URL to your Scopus author profile.
zotero
Full URL to your public Zotero library or profile.
Repositories and Software Development
These fields accept usernames (not URLs). The template automatically prepends the appropriate service base URL._config.yml
Your Bitbucket username. Renders a link to
https://bitbucket.org/[username].Your CodePen username. Renders a link to
https://codepen.io/[username].Your Dribbble username. Renders a link to
https://dribbble.com/[username].Your GitHub username. Renders a link to
https://github.com/[username].Your Kaggle username. Renders a link to
https://kaggle.com/[username].Your Stack Overflow user number, or user number and name separated by a slash (e.g.
"1" or "1/jeff-atwood"). Renders a link to https://www.stackoverflow.com/users/[value].Social Media
Most social media fields accept a username; exceptions (mastodon, medium, telegram) require a full URL because their profile URL formats are not standardized._config.yml
- Username fields
- Full URL fields
| Field | Links to |
|---|---|
artstation | https://www.artstation.com/[username] |
bluesky | https://bsky.app/profile/[username] |
facebook | https://www.facebook.com/[username] |
flickr | https://www.flickr.com/[username] |
foursquare | https://foursquare.com/[username] |
goodreads | https://www.goodreads.com/[username] |
google_plus | https://plus.google.com/+[username] |
keybase | https://keybase.io/[username] |
instagram | https://instagram.com/[username] |
lastfm | https://last.fm/user/[username] |
linkedin | https://www.linkedin.com/in/[username] |
pinterest | https://www.pinterest.com/[username] |
soundcloud | https://soundcloud.com/[username] |
steam | https://steamcommunity.com/id/[username] |
tumblr | https://[username].tumblr.com |
twitter | https://twitter.com/[username] — displayed as X (formerly Twitter) |
vine | https://vine.co/u/[username] |
weibo | https://www.weibo.com/[username] |
wikipedia | https://en.wikipedia.org/wiki/User:[username] |
xing | https://www.xing.com/profile/[username] |
youtube | https://www.youtube.com/@[username] |
zhihu | https://www.zhihu.com/people/[username] |
How the Sidebar is Rendered
The sidebar is produced by_includes/author-profile.html. The rendering logic is simple: if a field has a value, the corresponding icon and link appear; if the field is blank or commented out, that entry is omitted entirely. There is no need to set fields to false — simply leaving them empty (or using the YAML comment #) is sufficient.
Location and employer entries are marked with the CSS class author__desktop, which means they are only visible at desktop screen widths (≥1024 px). All link entries are visible at all widths.