Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jekyll Compatibility with .erb

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

Otherwise, Is this a functionality rendered unnecessary or something that is otherwise not useful? Does Jekyll's built-in usage of Liquid and YAML replace what .erb would or could do?

Thanks!

like image 585
Jordan Thornquest Avatar asked Feb 06 '13 18:02

Jordan Thornquest


1 Answers

Using .erb is not plausible with jekyll, however you should use the jekyll-rendering gem.

like image 67
sunnyrjuneja Avatar answered Nov 15 '22 05:11

sunnyrjuneja