Bjørn Erik Pedersen

Results 871 comments of Bjørn Erik Pedersen

Yes, it can be implemented, but it's not something that can be done in 5 minutes ... And I have some other ideas in this department that involve talking with...

I suggest you use: ``` {{- if eq hugo.Environment "production" -}} ``` Which gets sensible defaults.

Note that you need to set HUGO_ENVIRONMENT if you want to set that value (you can also set it in config.toml etc.). But it defaults to sever=development and regular hugo=production.

There is docs about this, but one nice benefit is that you can add environment specific config below `config/development` etc.

So, I have the building blocks needed to enable signing and notarization this; I both sign and notarise [hugoreleaser](https://github.com/gohugoio/hugoreleaser/releases/tag/v0.60.0), but it's a little bit of an extra hassle to set...

@Fastidious the trick is, I'm pretty sure, to first open it in Finder: 1. Right click the binary, click Open. 2. You fill get a warning/popup about it being unsigned...

I don't know the details of importmaps, but I'm pretty sure that it would need to be seen in the context of js.Build/Bath (https://gohugo.io/functions/js/). Looking at your example code, I...

@jmooring have you tested it with ... Hugo 0.104.0?

>Yes, still fails. That is certainly odd, oh well. What I wish for my next life is that every OS implemented a file system with forward slashes and filenames limited...