Joe Mooring

Results 604 comments of Joe Mooring

From a site configuration perspective, what's the difference between the two environments (`technical-environment` vs. `technical-environment`)? Some site config examples would be helpful.

I find this setup convoluted and difficult to understand. Having said that, I can confirm that the behavior changed in [v0.112.0](https://github.com/gohugoio/hugo/releases/tag/v0.112.0) where we (among other things) consolidated Hugo's site configuration...

This proposal has been accepted; the label was changed from Proposal to Enhancement. Please proceed.

This uses a relatively simple module to capture and render backlinks. ```text git clone --single-branch -b hugo-github-issue-8077 https://github.com/jmooring/hugo-testing hugo-github-issue-8077 cd hugo-github-issue-8077 hugo server ``` Details:

@unindented Use the `{{% %}}` notation when calling the `relref` shortcode. ```text [Post 1]({{% relref "post-1" %}}) ``` However, the test site enables Hugo's embedded link render hook (see site...

Have you tried the module referenced above?

@hugo-sid Thank you for volunteering to manage this project's issue and PR queue. It's a thankless job, and I appreciate your efforts. Serving as a gatekeeper is never easy, requiring...

Workaround until this is addressed... use the `scss` lexer. That may not be perfect, but probably better than what we have now.

There's at least one unofficial PPA: I've never tried it.

> It's one version late Be patient. https://github.com/8hobbies/hugo-apt/blob/99bde65c9812a6c101b13706f210de259f44f68d/.github/workflows/pages.yml#L24-L25