Joe Mooring

Results 602 comments of Joe Mooring

#### Terminology Term|Example|Notes :--|:--|:-- `language`|`en`| `region`|`US`|Also known as a `territory` `locale`|`en-US`|Also known as a `language tag` per [RFC 5646](https://www.rfc-editor.org/rfc/rfc5646.html) #### Overview From a site author's perspective, Hugo's language key (e.g.,...

These are the patterns that are not Windows-friendly: FAIL (error 1) ``` {{ resources.GetMatch ":/a" }} {{ resources.GetMatch "a:/a" }} ``` FAIL (error 2) ``` {{ resources.Get ":" }} {{...

This may be caused by the linkify extension, or the interaction between linkify and typographer. The linkify extension renders strings such as `https://google.com` and `www.google.com` to anchor elements. With both...

Somewhat related: Without being configurable, this would change images in the wild. So, proposal instead of bug.

> I don't see the relevance to this with https://github.com/gohugoio/hugo/commit/12dc9a6e4acd5280a3e8b1658cbb96669fa97057 Sorry, what I meant was, I built Hugo at that commit for testing. But... Let's set aside the above for...

I've refactored the code I was using to build a data structure, creating a slice of maps instead of a slice of slices. So there's nothing urgent about this, at...

> hugo new site mysite => what's now generated from hugo new site + them into one flat structure at the top level I thought about this, and [decided against...

Now that [#11387](https://github.com/gohugoio/hugo/pull/11387) and [#11381](https://github.com/gohugoio/hugo/pull/11381) have been merged, you can do: ``` hugo new theme my-new-site --themesDir . cd my-new-site hugo server ``` The first command doesn't make much sense...

> Still broken in hugo v0.120.1 Right. That's why the issue is still open.