This post demonstrates how images work in our blog.
Featured Image
The frontmatter of this post includes an image field, which is used as the post thumbnail on the index page and in Open Graph meta tags.

How Images Work
Images from Telegram posts are downloaded and stored in /public/images/telegram/. They are referenced using standard markdown image syntax:

Image Best Practices
When adding images to posts:
- Use descriptive alt text for accessibility
- Keep file sizes reasonable (compress before uploading)
- Images are automatically set to
max-width: 100%so they never overflow
No Image? No Problem
Posts without the image frontmatter field simply skip the thumbnail on the index page. The layout adapts gracefully.