Joe Mooring

Results 604 comments of Joe Mooring

With the snap package I can get this to work doing both of the following: 1. Adding the served media type to the security allowlist: ```toml [security] [security.http] mediaTypes =...

@adityatelange Prior to v0.136.0 this emits a warning. With v0.136.0 and later this emits an error and fails the build.

@frjo You might compare your submission with others that have module versions > 1.0 ```text github.com/bep/docuapi/v2 github.com/CaiJimmy/hugo-theme-stack/v3 github.com/frjo/hugo-theme-zen/v3 github.com/hugo-toha/toha/v4 github.com/jacksalici/salinger-theme/v2 github.com/jpanther/congo/v2 github.com/kdevo/osprey-delight/v5 github.com/Lednerb/bilberry-hugo-theme/v4 github.com/nunocoracao/blowfish/v2 github.com/victoriadrake/neofeed-theme/v2 github.com/wjh18/hugo-liftoff/v3 ```

Updated documentation.

I'm reopening this because we recently introduced the concept of logical paths, and the easiest way to describe a logical path is the path between two nodes on a node...

@bep Please comment when you have a moment. Thanks.

I'd like to revisit this. Deprecating `Page.IsNode` in favor of `Page.IsList` would be a good change, not for technical reasons, but for conceptual clarity. Currently, we define a "node" as...

It would be good if we could test the commands and functionality for each operating system. OS|Tester|Result :--|:--|:-- [Linux](https://deploy-preview-2741--gohugoio.netlify.app/installation/linux/#commands)|jmooring|pass [macOS](https://deploy-preview-2741--gohugoio.netlify.app/installation/macos/#commands)|?|? [Windows](https://deploy-preview-2741--gohugoio.netlify.app/installation/windows/#commands)|jmooring|pass Note that one of the documented prerequisites, at least...

@bep If you have the time and inclination, I would appreciate a review and testing of the Docker instructions for macOS: As noted in my previous comment, the Linux and...

> Note that both of these now work I haven't looked at the latest Dockerfile, but why would I use the second one (no persistent cache).