feat: improve OG image and meta tags for social sharing
- Resize OG image from ~676x216 to 1200x630 (recommended size) - Add "rob thijssen" headline text overlay to the OG image - Center the contribution graph within the canvas - Expand og:title to 55 chars and og:description to 148 chars to meet social platform optimal lengths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>rob.tn</title>
|
||||
<meta property="og:title" content="rob thijssen" />
|
||||
<meta property="og:description" content="contribution history across github, gitea, and mozilla hg" />
|
||||
<meta property="og:title" content="rob thijssen — developer activity and contribution history" />
|
||||
<meta property="og:description" content="a timeline of open source contributions across github, gitea, and mozilla hg — ranked projects, language trends, and commit activity since 2012." />
|
||||
<meta property="og:image" content="https://rob.tn/api/v1/og/contributions.png" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
|
||||
Reference in New Issue
Block a user