Joe Mooring

Results 604 comments of Joe Mooring

This has _not_ been fixed. The problem occurs with v0.123.0 and later when the date is in the future. For example: ```toml [frontmatter] date = [':filename'] ``` or ```toml [frontmatter]...

My take on this... 1. The Hugo project doesn't have trusted resources to create, maintain, or review multilingual documentation, including README files. 2. We have a FAQ page [here](https://gohugo.io/troubleshooting/faq/). Changes...

In a multihost configuration we _are_ duplicating resources from assets across languages. The test case above produces this: ```text public/ ├── de/ │   ├── index.html │   └── main.css └── en/...

> syntax validator tool There's nothing invalid about the unclosed fenced code blocks that you described in the [original forum topic](https://discourse.gohugo.io/t/panic-with-json-and-workaround-but-better-to-fix-it/50137/9). It may not be what you intend, but the...

> I didn't see such issue with other patterns such as "mermaid"; only with "json". That's why the issue title is: > Error when JSON fenced code block contains shortcode...

I am unable to reproduce the problem as described. ```text git clone --single-branch -b hugo-github-issue-12555 https://github.com/jmooring/hugo-testing hugo-github-issue-12555 cd hugo-github-issue-12555 ``` Terminate all network connections, then... ```text hugo server ``` You...

This was addressed by https://github.com/gohugoio/hugo/pull/12271 in [v0.132.2](https://github.com/gohugoio/hugo/releases/tag/v0.132.2).

> if you see a winner here, that is by chance Understood. I have added a "page collisions" section to the documentation:

Until this is addressed, continue to double-escape your expressions when placing them in a heading when using `.Page.TableOfContents`.

As noted above, with client-side rendering by MathJax/KaTeX you can work around this problem by double escaping. This work around fails when using a passthrough render hook with `transform.ToMath`. See: