Type something to search...

Stock Images

Generate placeholder images for development

Generate placeholder images when developing your site.

Generate Stock Images

astrolock import stock-images

This creates sample images in your public folder for testing layouts.

Warning

Stock images are for development only. Replace with real images before publishing.

Use Cases

  • Testing gallery layouts before photos are ready
  • Placeholder content during site development
  • Demonstrating site features to clients

Options

OptionDescription
--countNumber of images to generate
--collectionTarget collection
astrolock import stock-images --count 10 --collection gallery

Replacing Stock Images

Before publishing:

  1. Delete stock images from public/images/content/{collection}/
  2. Replace with your actual images
  3. Update content frontmatter if filenames changed