Joe Mooring

Results 604 comments of Joe Mooring

Either set `enableEmoji = false` in site configuration, or insert a [zero-width space](https://unicode-table.com/en/200B/) between the colon and the string.

@cobber Inserting invisible characters is a particularly poor idea. Sorry about that. Seemed like a good idea at the time...

The [yuin/goldmark-emoji](https://github.com/yuin/goldmark-emoji/) extension did not exist when emoji support was added to Hugo, and that extension seems to handle these cases as desired. We could retain our `emojify` template function,...

This issue has been raised before: (closed by stalebot) MRE ```bash git clone --single-branch -b hugo-github-issue-10064 https://github.com/jmooring/hugo-testing hugo-github-issue-10064 cd hugo-github-issue-10064 hugo server ```

I just ran into case where this would be helpful. ``` {{ $w := "1" }} {{ $wAsInteger := int $w }} ``` Except that I have no control over...

Minimal reproducible example: ```bash git clone --single-branch -b hugo-github-issue-10095 https://github.com/jmooring/hugo-testing hugo-github-issue-10095 cd hugo-github-issue-10095 hugo && tree public ``` config ``` [permalinks] projectTags = '/projects/tag/:slug/' [taxonomies] projectTag = 'projectTags' ``` Expected...

If your target filename contains more than one period, include the extension. ``` {{< relref "20160323-GNOME-3.20-release-party.md" >}} ```

Is this related to https://github.com/gohugoio/hugo/issues/5087?

To trigger the same panic with Linux: ```bash hugo new post//.md ``` or ``` hugo new post/\/.md ```

A need for this came up again yesterday: