Lisa Ferguson

Results 11 comments of Lisa Ferguson

Thank you! I was able to clean up my templates significantly. > For toIni and fromIni, these might take a bit more time as the .ini format does not seem...

Thanks, that is very similar to what I ended up doing but I ended up incorporating the `comment` function with it. It is workable... and if you do get around...

> Would it be possible to add an optional parameter for Retina images srcset [as described here](https://makewithhugo.com/shortcode-add-retina-image/), perhaps even autofilling if [email protected] exists? Primarily of benefit to Apple users. You...

Not sure if I'm missing anything here, but wouldn't this require the use of `getJSON` to use the `youtube` shortcode or does the `simple` config option fallback to not requiring...

@jhenstridge The vimeo simple mode only does the JSON request if you enable it. Here, instead it appears you opted into doing a request no matter what is enabled, which...

An example is whatever manifest you want to pass to podman_play (akin to `kustomize build | podman play kube -`. This could be created with the `kubernetes.core.kustomize` Ansible lookup module:...

That is one possibility, but there is a kustomize lookup module already in ansible: https://docs.ansible.com/ansible/latest/collections/kubernetes/core/kustomize_lookup.html So it would look like: ```yaml - name: Play kube file containers.podman.podman_play: stdin: "{{ lookup('kubernetes.core.kustomize',...

Thank you kindly for working on this. I will contribute more via a PR if I am able to do so at some point. > The ini file format is...

I think that this makes it more confusing in some ways. You can use `blocks` in partials, just not override them from the layout templates. Blocks are still useful in...

I see a lot of value of potentially finding ways to integrate microformats or some form thereof into Hugo, especially for the Google-recommended JSON-LD format. Not that it can't be...