Replies: 2 comments 3 replies
-
Thanks for the detailed feedback and suggestions, @jackbaty! The article alignment is one that I played around with and I did think about aligning all the text down the page. The challenge with this is there's no easy way with Hugo to know in advance if any of the posts on the page will have a thumbnail. While it's possible to solve this with CSS I experimented with listings where only one article had a thumbnail and decided that all the whitespace that was generated by all the other articles that were indented then looked very out of place. As you mentioned, I also tend to think this is one of those features where you either use it all the time or not at all, and so I'm also interested to understand why you only use thumbnails for some posts and not others? I'm wondering if a solution is to have a placeholder fallback image that can be user configurable and if there's no thumbnail available then it uses that image. Like all things with design, you can show ten people and get ten different opinions. Front matter is something I will add in a future update. I tend to implement these features first and then let them sit for a bit and see how people use them before settling on front matter variables because if I decide there's a better way and try to change them later it will break people's sites. Ultimately, I intend to have a way to specify the images on a per article basis, but there's a lot of complexity around how this then feeds into open graph sharing and things. |
Beta Was this translation helpful? Give feedback.
-
Thank you both for the very thorough replies. It is a tricky issue!
That's a good question. I have historically only used "Featured" images when they were directly relevant to the post. I don't want to just grab something from Unsplash or wherever just so I can fill the space. However, your theme allows for separate thumbs and covers, which is brilliant, so this may change, since a slightly less relevant thumbnail is less obnoxious than a giant random Unsplash featured image :). I may find that I use them more with your theme. I love that I can have a thumbnail but no featured image. I think it's still a reasonable idea to have a global fall-back image. Optional, of course :). I also love the way images work simply by putting an aptly-named image into the bundle folder. I prefer that to using frontmatter in most cases. @rshmhrj suggested not requiring a bundle when using frontmatter. I like the idea, although I wonder if that gets tricky when automatically sizing images, etc. Perhaps for things like thumbnails, it matters less? Although personally, I always use bundles, even when there are no images. I'd rather have either all folders or no folders than a mix of the two. I'm weird that way :). I hope you can pursue the idea of reusing images, at least for the thumbnails. It's not so much about storage than knowing I'm "copying and pasting" too many things 😀. What if I come up with a better version of an icon/logo but already have 30 copies of the old one in place? Maybe I'm making too much of this, but I still think it's worth looking into. Thanks so much for your time. |
Beta Was this translation helpful? Give feedback.
-
I love the new thumbnail/featured image handling, thanks!
One issue I have with featured images, in general, is that themes don't often do a great job of displaying a combination of posts with and without thumbnails. Congo suffers from this same problem. For example, here's the list of posts on my blog:
Might I suggest that the theme displays the list of posts with consistent alignment, whether images are present or not?
I don't know the best answer, since some will always use thumbnails and some will never use them, so it's tricky. A couple of ideas:
It's possible I'm the only one bothered by the alignment differences, but I wanted to put this out there.
Related, I feel like I'll be reusing the same thumbnails many times, for software icons, etc. Copying the same image into every post seems wasteful. Could there be a frontmatter option for the thumbnails? Then I could re-use, say,
/img/mastodon-logo.png
without duplication.(I hope none of this is already implemented, but I could not find any mention of it).
Thanks for a terrific theme!
Jack
Beta Was this translation helpful? Give feedback.
All reactions