Joe Mooring

Results 602 comments of Joe Mooring

@slnc Until this is resolved, configure your local and CI/CD[^1] Git instances using ```bash git config --global core.quotepath false ``` I tested this today with: - GitHub Pages () -...

@bep Thanks for the shout, but I've never understood the need for the built-in 404 functionality in a production environment (configured accordingly) when you can do: ``` content └── errors/...

Related to or duplicate of: - #7907 - #7733

Was postcss-cli installed globally (`npm -g`) or locally within the project directory?

This came up again yesterday: On Windows, reproduce with: ```bash git clone --single-branch -b hugo-github-issue-7333 https://github.com/jmooring/hugo-testing "hugo github issue 7333" cd "hugo github issue 7333" npm install hugo server ```...

Hugo was granted classic confinement by the Snap Store today: > classic confinement granted for hugo - this is now live (ie future uploads of hugo which specify confinement: classic...

The TOC is preserved by default. This `.rst` document ```text .. contents:: Section 1 ========= Section 2 ========= ``` is rendered as: ```html Contents Section 1 Section 2 Section 1...

> Your version of Hugo is too old You need v0.88.0 or later