danielfdickinson / image-handling-mod-hugo-dfd

A Hugo module for handling images and image-related functionality for themes
https://www.image-handling-mod.wtg-demos.ca
MIT License
17 stars 7 forks source link

Move auto-generated 'social cards' and other metadata image-handling to own repo #49

Closed danielfdickinson closed 2 years ago

danielfdickinson commented 2 years ago

Instead of overloading 'image-handling' with copies of metadata module code in order to make the auto-generated 'social cards' and microformats images work, it would be better to create a new repo that imports both image-handling and metadata, and adds it's own logic.

This would make make image-handling more purely about image-handling without adding dependency on another module.