Peter Murray

Results 14 comments of Peter Murray

My jekyll build is being done by AWS CodeBuild, and I found I needed to add these lines to the `buildspec.yml` file: ```yaml pre_build: commands: - export LC_ALL="C.UTF-8" - export...

If I can be helpful, I run the @folio-org-cla account on behalf of the github.com/folio-org organization.

Agreed. I'm in the same position. I'd like to add URLs to the reading list from Chrome on the desktop to read later on an iOS device.

This bit me in the ass today, too. I described the problem and available workarounds here: [You’re getting "Invalid request provided: AWS::CloudFront::PublicKey" because CloudFront Public Keys are immutable](https://dltj.org/article/cloudformation-invalid-request-cloudfront-publickey/). I wish...

Whoaboy. I just ran into this myself. Hopefully, the author will add this request. Otherwise I may need to learn Go.

> I'm gonna close this PR as I believe the actual, proper fix, here, is to stop running webmention content through a markdown parser in the first place, as at...

I'm curious — does the rel="me" in the footer operate differently than the one that is in the [author-profile.html](https://github.com/mmistakes/minimal-mistakes/pull/3052/commits/ba550298e153c5346424e416429ea0aa675271f3#diff-4c101b945212d26f80e9806e855f0230d9d866d068b816f2446654f5fe88e84eR50)

Ah, I think I see...a critical difference between your site and mine is that you have overridden the homepage template so the `author-profile.html` file isn't included. Makes sense. This is...

I'm probably that report immediately above: I'm using an adaptation of Dan Whaley's DropDoc web application to generate transcripts of YouTube videos and provide a way to annotate bits of...