Blog Images

Store your blog post images here with this structure:

assets/images/
  └── YYYY/          # Year
      └── MM/        # Month
          └── image-name.png

Example

assets/images/
  └── 2026/
      └── 02/
          ├── distributed-systems-diagram.png
          ├── architecture-overview.jpg
          └── code-screenshot.png

Best Practices

  1. Organize by date: Use YYYY/MM/ structure
  2. Descriptive names: Use kebab-case (my-image-name.png)
  3. Optimize: Compress images before adding
  4. Format: Prefer PNG for diagrams, JPG for photos
  5. Size: Keep under 500KB when possible
  6. Alt text: Always add in Markdown

Usage in Posts

![Descriptive alt text](/assets/images/2026/02/my-diagram.png)

Image Optimization Tools

Tips