Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

web: add og image

+5 -1
+5 -1
web/index.html
··· 4 4 <meta charset="utf-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 6 <title>atbbs</title> 7 - <meta name="description" content="Bulletin boards on the Atmosphere." /> 7 + <meta name="description" content="Decentralized forums on the AT Protocol." /> 8 + <meta property="og:title" content="atbbs" /> 9 + <meta property="og:description" content="Decentralized forums on the AT Protocol." /> 10 + <meta property="og:image" content="/og.png" /> 11 + <meta property="og:type" content="website" /> 8 12 <meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)" /> 9 13 <meta name="theme-color" content="#0a0a0a" media="(prefers-color-scheme: dark)" /> 10 14 <link rel="icon" href="/favicon.svg" type="image/svg+xml" />
web/public/og.png

This is a binary file and will not be displayed.