HaxeFlixel / haxeflixel.com

haxeflixel.com docpad/11ty source
https://haxeflixel.com/
70 stars 102 forks source link

Convert .eco files to handlebars .hbs #224

Closed ninjamuffin99 closed 7 months ago

ninjamuffin99 commented 7 months ago

related to #223

.eco is deprecated and unmaintained. I think the task should be using handlebars (.hbs), since docpad has a plugin for it that we can use: https://github.com/docpad/docpad-plugin-handlebars/

ninjamuffin99 commented 7 months ago

I think I will rather convert the pages into liquid templates rather than handlebars!