rochacbruno / marmite

Markdown makes sites - A Static Site Generator for Blogs
https://rochacbruno.github.io/marmite/
GNU Affero General Public License v3.0
434 stars 21 forks source link

feat: automatic image download #152

Open rochacbruno opened 6 days ago

rochacbruno commented 6 days ago

With

extra:
  image_provider:
      url: unsplash
      filters: ...

When processing marmite will call the service API and download an image, search will be based on tags, title, or explicit extra: image_search: str

The image will be set as banner_image (which also sets og_card`

This feature will be disabled by default