Bjørn Erik Pedersen

Results 871 comments of Bjørn Erik Pedersen

>So another keyword in the _merge enum? Yea. Ideally you would probably want to control this per slice, but I don't see how that should work. This wouldn't work (or,...

We can wrap it in a `YearWeek` struct, so you would do: ``` {{ with .Week }} {{ .Year }} {{ .Week }} {{ end }} ``` EDIT: I notice...

OK, so what we could/should do (and I guess that's what @regisphilibert was saying all along) is to create a template func that takes a time as an argument, as...

@sebastianw I agree that we should do this; there is a related issue about some of the limitations with the current GitInfo implementation (it doesn't work in a multi module...

Yea, probably right -- there's some non-trivial overflow/scroll issues that needs to be fixed before merging this, though.

>And beyond my use case, its just non-obvious that empty directories in archetype page bundles will not be copied. Similar to other similar tools, Hugo care about files, not so...

@DewofyourYouth I think we need to talk a little about the "what" here first. This issue is a little bit old. From when @lucperkins created it I think the core...

>OK. Sounds like a plan. @bep does that work? We currently parse the metadata early and the content lazily and only if it's used. I'm not giving up on that...

I agree, but I have no clue how a sensible default template for this should look like.