Social Links
Contents
Add one key per platform to your root homepage frontmatter. InkStone detects the network from the key name, extracts the handle from the URL, and renders icon + handle in the footer.
---
website: true
type: homepage
title: My Site
github: https://github.com/yourname
mastodon: https://mastodon.social/@yourname
bluesky: https://bsky.app/profile/yourname.bsky.social
twitter: https://x.com/yourname
instagram: https://instagram.com/yourname
linkedin: https://linkedin.com/in/yourname
youtube: https://youtube.com/@yourname
---
Supported platforms
| Key | Network | rel="me" |
|---|---|---|
github |
GitHub | โ |
mastodon |
Mastodon | โ |
bluesky |
Bluesky | โ |
twitter |
X / Twitter | |
instagram |
||
linkedin |
||
facebook |
||
youtube |
YouTube |
rel="me" is set on GitHub, Mastodon, and Bluesky โ the platforms used for identity verification.
Handle extraction
InkStone takes the last path segment and prepends @ where appropriate:
| URL | Displayed |
|---|---|
https://github.com/airenare |
@airenare |
https://mastodon.social/@airenare |
@airenare |
https://bsky.app/profile/airenare.bsky.social |
@airenare |
https://linkedin.com/in/airenare |
airenare |
Ordering
Links appear in the footer in a fixed order: GitHub โ Mastodon โ Bluesky โ X โ Instagram โ LinkedIn โ Facebook โ YouTube. Platforms you haven't set are simply omitted.
InkStone