Joe Mooring

Results 604 comments of Joe Mooring

Closing this out, I've updated the example site to demonstrate two methods for handling footnotes when the content from multiple pages is rendered onto a single page. ```text git clone...

Shall I close this as a documentation issue, and submit a documentation PR, or should it be addressed in code?

A Google search shows that "HAHAHUGOSHORTCODE" is visible on several live sites. For example: 1\) ![image](https://user-images.githubusercontent.com/335669/85846206-7f1dc180-b773-11ea-993a-69bb6663928d.png) 2\) ![image](https://user-images.githubusercontent.com/335669/85846317-9e1c5380-b773-11ea-8656-47b967fee822.png) We're going to add this to the list of strings that we...

~~Please share Portrait_0.jpg and Portrait_6.jpg~~ It looks like the sample images are from . The reported problem: 1. Affects both the `.Crop` and `.Fill` methods. 2. Affects both landscape and...

@regisphilibert With this front matter: ```text +++ title = 'Foo' date = 2022-08-31T14:32:30-07:00 draft = false related_pages = ['post-3', 'post-1', 'post-5'] +++ ``` You can do this: ```text {{ range...

> I wonder if it fares better "build time"-wise. With `.Params.related_pages` containing 999 elements: ``` {{ range .Params.related_pages }} {{ with site.GetPage . }} {{ .LinkTitle }} {{ end }}...

Our recommended GitHub Action is based on [GitHub's Starter Action for Hugo](https://github.com/actions/starter-workflows/blob/main/pages/hugo.yml). You would need to modify our [recommended GitHub Action](https://gohugo.io/hosting-and-deployment/hosting-on-github/) to be compatible with macOS. I have never tried...

TLDR: This is an OS restriction. I recommend closing this issue. According to [POSIX.1-2017](https://pubs.opengroup.org/onlinepubs/9699919799/functions/utimensat.html): > Only a process with the effective user ID equal to the user ID of the...

@smaudet You can set `noTimes = true` in the site configuration instead of the command line flag. That might be a bit easier.

Reproducible example with v0.111.3 ```text git clone --single-branch -b hugo-github-issue-6274 https://github.com/jmooring/hugo-testing hugo-github-issue-6274 cd hugo-github-issue-6274 npm ci hugo -s site ``` Workaround / preferred approach: ``` [[module.mounts]] source = 'assets' target...