Joe Mooring
Joe Mooring
Support `extension.WithFootnoteIDPrefix` (aka `footnoteAnchorPrefix` for Blackfriday) for `goldmark`
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\)  2\)  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...