Example Post with Images

2025-09-13

Using Images in Your Blog Posts

This is an example of how to include images in your blog posts.

Basic Image Syntax

Here’s how you include an image in your blog post:

Description of the image

Images with Custom Styling

For more control over the image appearance, you can use HTML:

Description of the image

Adding a Figure with Caption

Description of the image
This is a caption for the image

Image Directories

For each blog post, place your images in a corresponding directory:

  1. Create a folder in public/images/blog/ named after your post’s slug
  2. Add your images to that folder
  3. Reference them with /images/blog/post-slug/image-name.jpg

For example, images for a post with slug “how-to-study” would go in public/images/blog/how-to-study/.