Bjørn Erik Pedersen

Results 871 comments of Bjørn Erik Pedersen

I have had the server running with frequent rebuilds with some "defer heavy" projects lately, and I have not seen a single panic, so I'm closing this for now. Someone...

>With Hugo’s default configuration, the PublishDate method returns the front matter value. This behavior is configurable, allowing you to set fallback values if the publish date is not defined in...

We reimplemented the `new site` command (I guess v0.118.0). I have checked and we now use the `--format` flag only for the config file, the rest is simple file copy.

>would be a lot simpler if the default content language were hardcoded to the the lightest weighted/sorted language. I think this mostly comes from a time where we needed the...

Thinking back, I'm not sure I would label this as a bug. Resources inside `/assets` are considered global and we have never had any concept of "duplicating resources from assets"...

Do you have a simple example that shows the behaviour you describe?

The current logic is rather simple (taken from memory): If the main project has a `_vendor` dir and that directory resolves all the modules defined in the site config, then...

@gcushen >How would you suggest to make it simpler? OK, maybe "not simple" wasn't the correct way to describe your example. But manually constructing the Go module/vendoring setup (example line...