Bjørn Erik Pedersen

Results 204 issues of Bjørn Erik Pedersen

This is related to #5374. But there are many problems/drawbacks with using symbolic links to extend Hugo's directory structure. This is me thinking out loud, but I think we need...

Proposal

See #5513 -- I will fix that issue so it works as described there, but looking at that issue I realize that many taxonomy related workarounds (and also limitations on...

Proposal

Also see #4535 and #5233. It would be good to allow glob patterns in the new `--lang` flag to create new content for each of the matching languages: ```bash hugo...

Enhancement
Keep

I saw this while looking into #5054. Seems that when we pull in changes to this repo's `/docs` and squash it, we get paths on the form: * `content/en/about/features.md` If...

Bug

You can currently set ```bash type: pretty layout: two-colums ``` In every content page, list and single pages. Which makes it flexible. But if you take the base layouts into...

Enhancement
Keep

Do some string replacement "# My comment" => "hugocomment = "My comment" => and back. Ignore the last step for JSON (which does not support it).

Enhancement

See https://github.com/yuin/goldmark/issues/92 etc. We need to do this.

Enhancement

``` : error calling Concat: slice []interface {} not supported in concat ``` The above is probably a slice of `nil`-- which means that the resources in the previous step...

Bug

### What version of Hugo are you using (`hugo version`)? $ hugo version ### Does this issue reproduce with the latest release?

Bug

```bash Building sites … fatal error: concurrent map writes goroutine 63 [running]: runtime.throw(0x596c369, 0x15) /usr/local/go/src/runtime/panic.go:1112 +0x72 fp=0xc003917d60 sp=0xc003917d30 pc=0x4036372 runtime.mapassign_faststr(0x568c460, 0xc003886e40, 0xc0002f2635, 0x8, 0xc001a4f048) /usr/local/go/src/runtime/map_faststr.go:291 +0x3de fp=0xc003917dc8 sp=0xc003917d60 pc=0x4015b2e github.com/gohugoio/hugo/common/maps.(*Scratch).SetInMap(0xc0039080e0,...

Bug