Jekyll Compatible with .erb

From my understanding, Jekyll is compatible for use with Liquid and YAML. However, is there a plugin or functionality available that allows it to be compatible with .erb (embedded Ruby) files?

Otherwise, is this function unnecessary or something that is otherwise not useful? Does Jekyll use Liquid and YAML to replace what .erb can or can do?

Thank!

+5
source share
1 answer

Use is .erbnot believable with jekyll, however you should use jekyll-rendering gem.

+2
source

All Articles