Emiel
Emiel
Hi @js32, it's not possible to set the height using the figure shortcode. The `width` property translates to `max-width` in CSS. That might explain what you're seeing.
Hi @liwenyip, thank you for your very extensive review. It would appear that, in the process of making the shortcode work with page resources, I broke everything else... 😓 I...
Hi @liwenyip, no problem, I wasn't offended! I agree that a lot of additional functionality could be added using page resources. :+1: I just pushed a commit that restores the...
@ex-nerd It does! I tried to incorporate the new stuff you mention into this PR. Possibly, more things have changed since then and this plugin could be improved even further;...
Thank you very much for your fix! I would, however, like to keep using an `` tag for the portrait, because the portrait is actually part of the content of...
Hi @kofemann Thank you for your kind comment! At the moment, it's not possible to add your own stylesheet. I know several themes that offer configuration options to add additional...
Hi! Apologies for the late reply. Thank you so much for your contribution! Could you maybe add a setting so that people can toggle the read time on and off?...
This may be something that Hugo or a plugin can do. If you find a solution, feel free to submit a PR! 🙂
Hi @sn0ot, thanks for your kind comments! All colours are defined in `_variables.scss` (and in `_syntax.scss` if you plan on showing syntax highlighting for code) so that's the only place...
Apologies for the late reply, I didn't have access to a computer over the holidays. I'll look into your questions and pull request as soon as possible!