cmahnke
cmahnke
See #181
Make sure ``` "behavior": [ "individuals" ], ``` hides Button for double sided view.
Trying to use this in https://github.com/cmahnke/hugo-test/blob/main/layouts/partials/dir-check.html#L5 ``` {{- with $codes := readDir $siteDir -}} {{- $siteShortcodes = $codes -}} {{- end -}} ``` Doesn't help either.
The problem seems to be introduced in [`tpl/os/os.go`](https://github.com/gohugoio/hugo/blob/50042ee1f435e674736f943bc2dd185d8ff13322/tpl/os/os.go) The are two variables with filesystem references `readFileFs` and `workFs`. `readDir` operates on `workFs` while `os.Stat` and `fileExists` operate on `readFileFs`. The...
This issue should be reworked to also include some outreach activity: There is a [subsection on viewers](https://iiif.io/api/cookbook/recipe/matrix/) as part of the IIIF Cookbook. Adding Tify to this list of viewers...
It's inconvenient to redo it every time, why not having it configurable globally? Assuming that the configuration get's more accessible (#1174)
Naming it `Bundle` might imply that this also addresses #8411 ? 😉
Not really, my point is that `Bundle` might imply more functionality for the end user: Next to the mentioned CSS handling [esbuild plugins](https://esbuild.github.io/plugins/) might also be useful. My suggestion would...
It's certainly easier to focus on JPEG first, but I wouldn't mind if MPO is also covered. Especially since this would enable creating [UltraHDR JPEGs](https://developer.android.com/media/platform/hdr-image-format) as well. but I suspect...
Great, thanks! `exiftool` reports entries from faked entry using the linked PR. Is there another test you would to be conducted? I don't have Photoshop or similar...