You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first link now links to a Jekyll plugin. When I try to add this to Nix for my site, it fails. The plugin is made up of a ruby library and a rust library. I figure I can build them as separate derivations. The rust one still fails. It turns out that vendoring tree-sitter-cli (a dependency of the rust project) gives you a vendored copy that is missing necessary files.
https://andrewtbiehl.com/blog/jekyll-tree-sitter
https://adrian.schoenig.me/blog/2022/05/27/tree-sitter-highlighting-in-jekyll/
The text was updated successfully, but these errors were encountered: