Make image key configurable for thumbnails/images
#421
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why this change?
Some people like me use themes where the
imagekey in a post's front matter is either already taken (e.g. for a banner image) or unused.Some themes like the one I use (minimal mistakes) has a different way of organizing a post's frontmatter like
header.teaser.This PR should solve this issue with a customizable key:
thumb_path_keycan be set in_config.ymland will point the liquid template to the correct thumbnail image path.This can help deduplicate front matter information.
What else I touched
- I have reorganized the generator's code just a bit so its main routine looks shorter for readability.thumb_path_keyis evaluated and split to allow for higher nesting depths in the front matter likeheader.teaserStill this change keeps backwards compatibility due to default values for
imageandimage.path.Testing
feed.xml.rbpaths