Joe Mooring

Results 604 comments of Joe Mooring

If you are asking, "Which render hooks could or should affect the table of contents?" the answer is link, image[^1], heading, and passthrough. [^1]: Presuming that `markup.goldmark.parser.wrapStandAloneImageWithinParagraph` is `false` (the...

All render hooks can access `.Page.TableOfContents` and `.Page.Fragments`.

I'd say remove it without deprecation. The `kind` and `lang` front matter values not documented either, so if you need to...

I just spent a little too much time tracking this down: It's a uncommon problem (I think this is only the third time that I've encountered it), but I still...

Please edit your description to make it legible. When posting code, configuration, or data, please wrap the text within backticks or use the `` button in the menu. ````text ```...

Out of curiosity, what happens if you disable PostCSS when running in development mode?

This problem was introduced in v0.123.0. Failing test: ```go func TestFoo(t *testing.T) { t.Parallel() files := ` -- hugo.toml -- disableKinds = ['home','rss','sitemap','taxonomy','term'] -- layouts/_default/list.html -- {{ .Title }} --...

@tobias-sundermann You can work around this by removing the cascade from matter, and specify the cascade in your site configuration instead: ```text [[cascade]] [cascade.build] render = 'never' [cascade._target] path =...

I am unable to reproduce this with v0.125.6 (I did not test v0.125.5). My test site has 10 pages, and each page renders a side bar containing the titles of...

Hugo's debug log upon saving a changed file... editor = gedit ```text DEBUG Received System Events: [ CHMOD "/home/jmooring/code/hugo-testing/content/posts/.goutputstream-4IYFN2" RENAME "/home/jmooring/code/hugo-testing/content/posts/.goutputstream-4IYFN2" CREATE "/home/jmooring/code/hugo-testing/content/posts/post-1.md" ] ``` edit = vim ```text DEBUG...