annot.at is a service for syncing static websites, such as blogs, to atproto and standard.site annot.at
elixir atproto standardsite
3

Configure Feed

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

Fix the image URLs

Johanna Larsson (Jun 19, 2026, 6:36 PM +0100) dde26723 07ac9fdf

+2 -2
+2 -2
lib/annot_at_web/components/layouts/root.html.heex
··· 18 18 property="og:description" 19 19 content="annot.at watches your RSS feed and publishes every new post to atproto using the standard.site lexicon, so readers across Leaflet, pckt.blog, Offprint, and any other ATmosphere reader can find it." 20 20 /> 21 - <meta property="og:image" content={~p"/assets/images/og_light.png"} /> 21 + <meta property="og:image" content={~p"/images/og_light.png"} /> 22 22 <meta property="og:url" content={Phoenix.Controller.current_url(@conn)} /> 23 23 <meta property="og:type" content="website" /> 24 24 <meta property="og:site_name" content="annot.at" /> ··· 31 31 name="twitter:description" 32 32 content="annot.at watches your RSS feed and publishes every new post to atproto using the standard.site lexicon, so readers across Leaflet, pckt.blog, Offprint, and any other ATmosphere reader can find it." 33 33 /> 34 - <meta name="twitter:image" content={~p"/assets/images/og_light.png"} /> 34 + <meta name="twitter:image" content={~p"/images/og_light.png"} /> 35 35 36 36 <!-- Just a little fun with preloading --> 37 37 <link