Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 562 Bytes

graph-quilt.github.io

Setup

Following installation guide here.

Test Locally

$ cd docs
$ bundle exec jekyll serve

Ruby version 3.2.X Notes

If you see the error Liquid Exception: undefined method untaint' for "Welcome to Jekyll!":String in /_layouts/post.html jekyll 3.9.2 | Error: undefined method untaint' for "Welcome to Jekyll!":String, you might need to update gem github-pages to make use of liquid-4.0.4 which is already in Gemfile. Run the ff and test again.

$ bundle update github-pages