arfc / arfc.github.io

Holds the research group website.
Creative Commons Attribution 4.0 International
12 stars 62 forks source link

Liquid Exception: tried to create Proc object without a block in /_layouts/publications.html #324

Open yardasol opened 4 weeks ago

yardasol commented 4 weeks ago

This repository's issues are reserved for feature requests, and bug reports, and questions.

I'm submitting a ...

Expected Behavior

When running jekyll serve, the website builds

Actual Behavior

I get the following error:

Liquid Exception: tried to create Proc object without a block in /_layouts/publications.html
jekyll 3.9.2 | Error:  tried to create Proc object without a block

and am unable to build the website.

Steps to Reproduce the Problem

  1. Install Ruby
  2. Install the gems
  3. Run jekyll serve

Specifications

How can this issue be closed?

This issue can be closed when a PR exists that fixes this bug

yardasol commented 4 weeks ago

I am fairly certain we can work around this by just using Ruby 2.x>2.5, but I tried for a couple hours this morning to get a 2.7 build of ruby working on my machine and was running into many issues.