Mirror of
0
fork

Configure Feed

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

[autofix.ci] apply automated fixes

authored by

autofix-ci[bot] and committed by
GitHub
065be8e3 c92ac236

+58 -65
+1 -1
src/content/posts/2026-02-04-midday.json
··· 122 122 ] 123 123 } 124 124 ] 125 - } 125 + }
+1 -1
src/content/posts/2026-02-04-nightly.json
··· 91 91 ] 92 92 } 93 93 ] 94 - } 94 + }
+1 -1
src/content/posts/2026-02-05-daily.json
··· 87 87 ] 88 88 } 89 89 ] 90 - } 90 + }
+55 -62
src/layouts/Layout.astro
··· 8 8 9 9 <!doctype html> 10 10 <html lang="en"> 11 - <head> 12 - <meta charset="UTF-8" /> 13 - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 14 - <link rel="icon" type="image/png" href="/favicon.png" /> 15 - <title>{title}</title> 16 - <meta 17 - name="description" 18 - content="An automated news aggregation website that summarizes npmx activity from GitHub and Bluesky every 8 hours." 19 - /> 11 + <head> 12 + <meta charset="UTF-8" /> 13 + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 14 + <link rel="icon" type="image/png" href="/favicon.png" /> 15 + <title>{title}</title> 16 + <meta 17 + name="description" 18 + content="An automated news aggregation website that summarizes npmx activity from GitHub and Bluesky every 8 hours." 19 + /> 20 20 21 - <meta 22 - property="og:url" 23 - content="https://npmx-digest.trueberryless.org" 24 - /> 25 - <meta property="og:type" content="website" /> 26 - <meta property="og:title" content="npmx.digest" /> 27 - <meta 28 - property="og:description" 29 - content="An automated news aggregation website that summarizes npmx activity from GitHub and Bluesky every 8 hours." 30 - /> 31 - <meta 32 - property="og:image" 33 - content="https://npmx-digest.trueberryless.org/og.png" 34 - /> 21 + <meta property="og:url" content="https://npmx-digest.trueberryless.org" /> 22 + <meta property="og:type" content="website" /> 23 + <meta property="og:title" content="npmx.digest" /> 24 + <meta 25 + property="og:description" 26 + content="An automated news aggregation website that summarizes npmx activity from GitHub and Bluesky every 8 hours." 27 + /> 28 + <meta 29 + property="og:image" 30 + content="https://npmx-digest.trueberryless.org/og.png" 31 + /> 35 32 36 - <meta name="twitter:card" content="summary_large_image" /> 37 - <meta 38 - property="twitter:domain" 39 - content="npmx-digest.trueberryless.org" 40 - /> 41 - <meta 42 - property="twitter:url" 43 - content="https://npmx-digest.trueberryless.org" 44 - /> 45 - <meta name="twitter:title" content="npmx.digest" /> 46 - <meta 47 - name="twitter:description" 48 - content="An automated news aggregation website that summarizes npmx activity from GitHub and Bluesky every 8 hours." 49 - /> 50 - <meta 51 - name="twitter:image" 52 - content="https://npmx-digest.trueberryless.org/og.png" 53 - /> 54 - </head> 55 - <body> 56 - <div class="wrapper"> 57 - <header> 58 - <nav> 59 - <a href="/" class="logo">npmx.<span>digest</span></a> 60 - <div class="links"> 61 - <a href="/archive">Archive</a> 62 - <a href="https://github.com/npmx-dev/npmx.dev">GitHub</a 63 - > 64 - </div> 65 - </nav> 66 - </header> 67 - <main> 68 - <slot /> 69 - </main> 70 - <footer> 71 - <p>AI generated updates for the npmx ecosystem.</p> 72 - </footer> 73 - </div> 74 - </body> 33 + <meta name="twitter:card" content="summary_large_image" /> 34 + <meta property="twitter:domain" content="npmx-digest.trueberryless.org" /> 35 + <meta 36 + property="twitter:url" 37 + content="https://npmx-digest.trueberryless.org" 38 + /> 39 + <meta name="twitter:title" content="npmx.digest" /> 40 + <meta 41 + name="twitter:description" 42 + content="An automated news aggregation website that summarizes npmx activity from GitHub and Bluesky every 8 hours." 43 + /> 44 + <meta 45 + name="twitter:image" 46 + content="https://npmx-digest.trueberryless.org/og.png" 47 + /> 48 + </head> 49 + <body> 50 + <div class="wrapper"> 51 + <header> 52 + <nav> 53 + <a href="/" class="logo">npmx.<span>digest</span></a> 54 + <div class="links"> 55 + <a href="/archive">Archive</a> 56 + <a href="https://github.com/npmx-dev/npmx.dev">GitHub</a> 57 + </div> 58 + </nav> 59 + </header> 60 + <main> 61 + <slot /> 62 + </main> 63 + <footer> 64 + <p>AI generated updates for the npmx ecosystem.</p> 65 + </footer> 66 + </div> 67 + </body> 75 68 </html> 76 69 77 70 <style is:global>