Joe Mooring
Joe Mooring
> it doesn't help to just rename the layout folder to a lowercase version Yes, it does, try it. ```text git clone --single-branch -b hugo-github-issue-12398 https://github.com/jmooring/hugo-testing hugo-github-issue-12398 cd hugo-github-issue-12398 hugo...
Resolved with v0.146.0.
Perhaps an approach where one could override the HTML that encapsulates the outer `...` Then you could do: ``` [markup] [markup.tableOfContents] pre = "Something" post = "" ``` Or set...
This was a suggestion for a software enhancement. It is not an active feature.
...yes, but I'd argue that changing the default would break a lot of sites. Those who want ordered list have already configured their sites accordingly.
@davidsneighbour, I respect the ideas and concerns raised by both @uPagge and @nternetinspired. The title of this issue is "Add pre/post config to ToC" and it has been flagged as...
The line numbers (@ynadji) and attributes (@pamubay) will be correctly rendered when an unknown language is specified if you enable syntax guessing in the site configuration: ```toml [markup] [markup.highlight] guessSyntax...
> what do you think about this PR/strategy? First, thanks for the key and private use subtag length checks. Second, I don't fully understand (and I don't need to at...
For documentation planning purposes, will this PR be included in 0.153.0 or deferred to a later date? I have no opinion either way.
Consider using the Txttar format as a file format for content and project archetypes (e.g. hugo new)
I often create small projects when writing integration tests: 1. Create config, template, and content files 2. Build the site to make sure that I can reproduce the problem and...