Joe Mooring
Joe Mooring
#### Workarounds... 1\) Use an [attribute](https://gohugo.io/content-management/cross-references/#heading-ids) (either format): ``` ## 1 Test {#_1-test} ## 2 Test {id="_2-test"} ``` 2\) Use a [render hook](https://gohugo.io/getting-started/configuration-markup/#markdown-render-hooks): layouts/_default/_markup/render-heading.html ``` {{- $anchor := replaceRE `(^\d)`...
@MarkvanMents This would be a breaking change (e.g., existing links to example.org/foo#1-test would be broken). Given that (a) this is the first time the issue has been raised, and (b)...
@MarkvanMents I apologize; I forgot about the TOC. I raised https://github.com/gohugoio/hugo/issues/8383 about 6 months ago. @bep Despite the breaking change, I am in favor of changing the behavior when `autoHeadingIDType`...
@jgielstra > introduce a "sane/safe" autoHeadingID mechanism that could then replace the current (slightly broken) default at some point in the future If we're going to break some eggs, I...
Many (all?) of the embedded templates were created before the release of Go 1.6, which introduced syntax to remove white space (`{{- -}}`). Tracking progress on this issue... #### Partials -...
I tested this a few days ago. Works great: As of today it installs the extended flavor of Hugo v0.104.3.
Can you do this instead? sudo pkg install gohugo
This is a minimal example matching @toorog's description: ```text git clone --single-branch -b hugo-github-issue-12375 https://github.com/jmooring/hugo-testing hugo-github-issue-12375 cd hugo-github-issue-12375 hugo server ``` The Geekdocs theme has several menu partials that walk...
This was resolved in v0.146.0. Rebuild times for a site with 15 adoc files: - v0.145.0: ~1900 ms - v0.146.0: ~170 ms
> instead of I think you mean "in addition to" because we're not going to eliminate the snap package.