eta icon indicating copy to clipboard operation
eta copied to clipboard

Add Eta support to Hexo

Open bgub opened this issue 5 years ago • 0 comments

Hexo has support for EJS.

Since Eta is more powerful, faster, and has more reliable parsing than EJS, it would be great to add support for Eta to Hexo.

https://github.com/hexojs/hexo-renderer-ejs is installed by default in new Hexo projects. Since Eta imitates much of the external API of EJS, we should be able to use very similar code (the actual renderer is only 15 lines long). Then we should be able to add support for Eta-specific features, like plugins.

bgub avatar Oct 15 '20 17:10 bgub