Joe Mooring

Results 604 comments of Joe Mooring

@darix This was simple. With v0.122.0 you were seeing (but maybe ignoring) this WARNING: > WARN .File.UniqueID on zero object. Wrap it in if or with: {{ with .File }}{{...

@CamilleScholtz Even though I can't build your site, you have the same problem as my previous comment. It used to be a warning, now it's throwing an error.

> switching from warning to error shouldnt trigger an invalid memory error I'll leave that one to bep.

Closing in favor of https://github.com/gohugoio/hugo/issues/12176

I understand the point you raise, but I want to clarify this statement for anyone else who stumbles across this: > resource duplication depends on source translation file format. Also,...

@Aerobird98 Some of what you ask for is easily accomplished using markdown attributes; this [article](https://www.veriphor.com/articles/markdown-attributes/) might be helpful. config ``` [markup.goldmark.parser.attribute] title = true # default is true; applies to...

> AuthorDate and CommitDate are set to the same value They are both related to the last commit, but they represent different things. For example ```text git log -1 --pretty="format:hash:...

@lyind There's a failing test, and you need to add conditions to test the issues that this PR addresses. Also, please capitalize the first letter of the commit message (after...

> Also pass rendering options (HardWraps, XHTML, Unsafe) to the TOC rendering extension Why do we need to do this? The `xhtml` and `unsafe` options are already honored when rendering...

Let's re-task this PR to fix these **open** issues: - https://github.com/gohugoio/hugo/issues/12022 - https://github.com/gohugoio/hugo/issues/7169 - https://github.com/gohugoio/hugo/issues/11783 I've revised the test cases, replacing toc_test.go with toc_integration_test.go. The last two cases are commented...