this repo has no description
3
fork

Configure Feed

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

feat: add social cards

+113
+47
public/index.html
··· 29 29 media="(prefers-color-scheme: dark)" 30 30 /> 31 31 <title>HN Alerts Dashboard</title> 32 + <!-- SEO Meta Tags --> 33 + <meta 34 + name="description" 35 + content="Monitor and track the performance of Hacker News stories in real-time. Get alerts and visualize trending posts on HN." 36 + /> 37 + <meta 38 + name="keywords" 39 + content="hacker news, alerts, dashboard, tech news, story tracking, trending posts" 40 + /> 41 + <meta name="author" content="HN Alerts" /> 42 + <meta name="robots" content="index, follow" /> 43 + <meta name="language" content="English" /> 44 + <meta name="revisit-after" content="7 days" /> 45 + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 46 + <link rel="canonical" href="https://hn.dunkirk.sh/" /> 47 + 48 + <!-- Open Graph Meta Tags (for Facebook, LinkedIn, etc.) --> 49 + <meta property="og:type" content="website" /> 50 + <meta property="og:url" content="https://hn.dunkirk.sh/" /> 51 + <meta property="og:title" content="HN Alerts Dashboard" /> 52 + <meta 53 + property="og:description" 54 + content="Real-time monitoring and analytics for Hacker News stories. Track performance metrics and get alerts for trending posts." 55 + /> 56 + <meta property="og:image" content="/public/og.png" /> 57 + <meta 58 + property="og:image:alt" 59 + content="HN Alerts - Real-time Hacker News Monitoring" 60 + /> 61 + <meta property="og:image:width" content="1200" /> 62 + <meta property="og:image:height" content="630" /> 63 + <meta property="og:image:type" content="image/png" /> 64 + 65 + <!-- Twitter Card Meta Tags --> 66 + <meta name="twitter:card" content="summary_large_image" /> 67 + <meta name="twitter:title" content="HN Alerts Dashboard" /> 68 + <meta 69 + name="twitter:description" 70 + content="Real-time monitoring and analytics for Hacker News stories. Track performance metrics and get alerts for trending posts." 71 + /> 72 + <meta name="twitter:image" content="/public/og.png" /> 73 + <meta 74 + name="twitter:image:alt" 75 + content="HN Alerts - Real-time Hacker News Monitoring" 76 + /> 77 + 32 78 <link 33 79 rel="stylesheet" 34 80 href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css" ··· 148 194 margin-top: 0.8rem; 149 195 padding-top: 0.8rem; 150 196 border-top: 1px solid rgba(255, 102, 0, 0.1); 197 + max-width: 27rem; 151 198 } 152 199 153 200 .loading {
+66
public/item.html
··· 29 29 media="(prefers-color-scheme: dark)" 30 30 /> 31 31 <title>HN Story | Hacker News Alerts</title> 32 + <!-- SEO Meta Tags --> 33 + <meta 34 + name="description" 35 + content="Detailed analytics and performance tracking for individual Hacker News stories. View engagement metrics, rankings, and real-time data." 36 + /> 37 + <meta 38 + name="keywords" 39 + content="hacker news, story analytics, HN performance, tech news, story tracking" 40 + /> 41 + <meta name="author" content="HN Alerts" /> 42 + <meta name="robots" content="index, follow" /> 43 + <meta name="language" content="English" /> 44 + <meta name="revisit-after" content="7 days" /> 45 + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 46 + <link 47 + rel="canonical" 48 + href="https://hn.dunkirk.sh/item.html" 49 + id="canonical-link" 50 + /> 51 + 52 + <!-- Open Graph Meta Tags (for Facebook, LinkedIn, etc.) --> 53 + <meta property="og:type" content="article" /> 54 + <meta 55 + property="og:url" 56 + content="https://hn.dunkirk.sh/item.html" 57 + id="og-url" 58 + /> 59 + <meta 60 + property="og:title" 61 + content="HN Story | Hacker News Alerts" 62 + id="og-title" 63 + /> 64 + <meta 65 + property="og:description" 66 + content="Detailed analytics and performance tracking for individual Hacker News stories. View engagement metrics, rankings, and real-time data." 67 + id="og-description" 68 + /> 69 + <meta property="og:image" content="/public/og.png" /> 70 + <meta 71 + property="og:image:alt" 72 + content="HN Alerts - Story Performance Tracking" 73 + id="og-image-alt" 74 + /> 75 + <meta property="og:image:width" content="1200" /> 76 + <meta property="og:image:height" content="630" /> 77 + <meta property="og:image:type" content="image/png" /> 78 + 79 + <!-- Twitter Card Meta Tags --> 80 + <meta name="twitter:card" content="summary_large_image" /> 81 + <meta 82 + name="twitter:title" 83 + content="HN Story | Hacker News Alerts" 84 + id="twitter-title" 85 + /> 86 + <meta 87 + name="twitter:description" 88 + content="Detailed analytics and performance tracking for individual Hacker News stories. View engagement metrics, rankings, and real-time data." 89 + id="twitter-description" 90 + /> 91 + <meta name="twitter:image" content="/public/og.png" /> 92 + <meta 93 + name="twitter:image:alt" 94 + content="HN Alerts - Story Performance Tracking" 95 + id="twitter-image-alt" 96 + /> 97 + 32 98 <link 33 99 rel="stylesheet" 34 100 href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"
public/og.jpg

This is a binary file and will not be displayed.