Bryce Wray

Results 40 comments of Bryce Wray

Yes... ```bash Running Pagefind v1.0.3 (Extended) Running from: "/Users/brycewray/hugo-site" Source: "public" Output: "public/pagefind" [Walking source directory] Found 398 files matching **/*.{html} [Parsing files] Did not find a data-pagefind-body element on...

@bglw As always, many thanks, sir! Next time I run into something of this nature, I'll delete `node_modules` and try again, first.

Worked for me on a mid-2017 27-inch iMac running Fedora 38 with `6.4.10-200.fc38.x86_64` kernel, although I agree with another issue that requested the instructions for each distro include the `patch`...

Bravo, sir. I submitted this to Hacker News. Hope I didn’t do you any disservice in the process. :-)

Any new word on this?

In my own Hugo shortcode for using API v2, I've found that the JSON data (for **both** API v2 and v1.1) omits the right data for handling "attached" animated GIFs,...

@KyleMit Here’s something I found today in the [Twitter documentation about the `media` object in the v2 API](https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/media) that may make you not want to go ahead with this just...

@adamraine: > CSP hashes can be used to implement a strict CSP for a static site (e.g. https://web.dev). This would appear to be difficult-to-impossible to implement on a Jamstack-style static...

> I know it's possible on web.dev which uses [eleventy](https://jamstack.org/generators/eleventy/), but that's just one static-site generator. I'm interested to know what makes it "difficult-to-impossible" in your opinion? That's the one...

> Are you aware there is a nonce and a hash solution? For SSG you would use a hash since you can't generate nonces due to lack of backend. Have...