Bjørn Erik Pedersen

Results 871 comments of Bjørn Erik Pedersen

If you're able to insert some debug prints in Hugo code, you can check if this condition triggers or not (and possibly also why): https://github.com/gohugoio/hugo/blob/c8dac67defbb512877e974814e196782989b8214/modules/collect.go#L194

2) The behaviour here is undefined; if you see a winner here, that is by chance. We sort the directories before we process them, but `p1.md` and `_content.gotmpl` is processed...

The default passthrough hook does nothing (_passthrough_), and we should be able to handle that particular case, but the reason it's implemented the way it is (with the ToC created...

@mapangalee a progress will be indicated by e.g. a PR referencing this issue or that this issue is marked as closed/solved. Please don't edit your comment to make the notification...

>Web Server is available at //localhost:1313/ (bind address 127.0.0.1) I'm not saying this is connected to the above, but you should define a `baseURL` with a protocol. We currently do...

>And then open http://localhost:1313/guide/transcoding/ I tested your project (good looking site) and did misc edits in different Markdown files, and all changes refreshed in the browser (build times 30-60ms). Could...

As to this: * I'm 100% sure that we don't refresh the browser until after the build is completed. * We don't call `File.Sync()` (on Linux this translates to [fsync](http://linux.die.net/man/2/fsync))...

@irkode you have some valid points. My take on this would be that if ```go os.Stat("/foo/bar.txt") // Using the correct OS path separator ``` ... throws an error (typically `os.ErrNotExist`),...

I'm closing this. I've had some head scratching moments about this, and even if I could probably fix the history for these empty commits for the 0.123.0 release, I notice...

OK, I closed wrong issue ... reopen this.