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.

Also add a basic logo

Yeah, it's just a letter but it looks ok and that's the extent of my Figma skills.

Johanna Larsson (Jun 19, 2026, 9:25 PM +0100) 5445083a dde26723

+7 -1
+1 -1
lib/annot_at_web.ex
··· 17 17 those modules here. 18 18 """ 19 19 20 - def static_paths, do: ~w(assets fonts images favicon.ico robots.txt) 20 + def static_paths, do: ~w(assets fonts images robots.txt) 21 21 22 22 def router do 23 23 quote do
+1
lib/annot_at_web/components/layouts/root.html.heex
··· 49 49 crossorigin 50 50 /> 51 51 52 + <link rel="icon" href={~p"/images/favicon.svg"} type="image/svg+xml" /> 52 53 <link phx-track-static rel="stylesheet" href={~p"/assets/css/app.css"} /> 53 54 <script defer phx-track-static type="text/javascript" src={~p"/assets/js/app.js"}> 54 55 </script>
priv/static/favicon.ico

This is a binary file and will not be displayed.

priv/static/images/favicon.png

This is a binary file and will not be displayed.

+5
priv/static/images/favicon.svg
··· 1 + <svg width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 + <rect x="10" y="10" width="480" height="480" rx="86" fill="#F9A8A8"/> 3 + <rect x="10" y="10" width="480" height="480" rx="86" stroke="#1A1A1A" stroke-width="20"/> 4 + <path d="M171.8 384.4C152.067 384.4 134.067 380.133 117.8 371.6C101.8 362.8 89 350.667 79.4 335.2C70.0667 319.467 65.4 301.333 65.4 280.8C65.4 259.733 70.2 241.467 79.8 226C89.4 210.533 102.333 198.533 118.6 190C135.133 181.2 153.8 176.8 174.6 176.8C197.533 176.8 215.933 181.467 229.8 190.8C243.933 199.867 254.2 212.267 260.6 228C267 243.733 270.2 261.333 270.2 280.8C270.2 292.533 268.333 304.533 264.6 316.8C260.867 328.8 255.133 340 247.4 350.4C239.667 360.533 229.533 368.8 217 375.2C204.467 381.333 189.4 384.4 171.8 384.4ZM188.6 344.4C204.333 344.4 217.933 341.733 229.4 336.4C240.867 331.067 249.667 323.6 255.8 314C261.933 304.4 265 293.333 265 280.8C265 267.2 261.8 255.733 255.4 246.4C249.267 236.8 240.467 229.6 229 224.8C217.8 219.733 204.333 217.2 188.6 217.2C166.467 217.2 149.267 223.067 137 234.8C124.733 246.267 118.6 261.6 118.6 280.8C118.6 293.6 121.533 304.8 127.4 314.4C133.267 323.733 141.4 331.067 151.8 336.4C162.467 341.733 174.733 344.4 188.6 344.4ZM265 181.2H317V380H268.6C268.6 380 268.2 377.467 267.4 372.4C266.867 367.067 266.333 360.4 265.8 352.4C265.267 344.4 265 336.533 265 328.8V181.2ZM424.463 334.4V380H364.063V334.4H424.463Z" fill="#1A1A1A"/> 5 + </svg>