this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

meta tags, screenshot etc.

alice 6ad26135 6fce8c02

+19
+2
README.md
··· 2 2 3 3 Creates a heatmap for the number of posts per day (like on GitHub) for you or another user. 4 4 5 + <img src="public/screenshot.png"> 6 + 5 7 ## Instructions 6 8 7 9 1. Clone
+17
index.html
··· 4 4 <meta charset="UTF-8" /> 5 5 <link rel="icon" type="image/svg+xml" href="/vite.svg" /> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 + <!-- HTML Meta Tags --> 7 8 <title>Bluesky Posts Heatmap Generator</title> 9 + <meta name="description" content="Generates GitHub-style heatmaps from your Bluesky posts." /> 10 + 11 + <!-- Facebook Meta Tags --> 12 + <meta property="og:url" content="https://bluesky-heatmap.fly.dev" /> 13 + <meta property="og:type" content="website" /> 14 + <meta property="og:title" content="Bluesky Posts Heatmap Generator" /> 15 + <meta property="og:description" content="Generates GitHub-style heatmaps from your Bluesky posts." /> 16 + <meta property="og:image" content="https://bluesky-heatmap.fly.dev/screenshot.png" /> 17 + 18 + <!-- Twitter Meta Tags --> 19 + <meta name="twitter:card" content="summary_large_image" /> 20 + <meta property="twitter:domain" content="bluesky-heatmap.fly.dev" /> 21 + <meta property="twitter:url" content="https://bluesky-heatmap.fly.dev" /> 22 + <meta name="twitter:title" content="Bluesky Posts Heatmap Generator" /> 23 + <meta name="twitter:description" content="Generates GitHub-style heatmaps from your Bluesky posts." /> 24 + <meta name="twitter:image" content="https://bluesky-heatmap.fly.dev/screenshot.png" /> 8 25 </head> 9 26 <body> 10 27 <div id="root"></div>
public/screenshot.png

This is a binary file and will not be displayed.