What templating languages do you know already, and are you running 11ty v3? There are some gotchas around images because (I think) the eleventy-image plugin is enabled by default.
I’ve found success running with .webc
which is effectively HTML until you need it to be more.
ctag@lemmy.sdf.org 23 hours ago
Thank you for the advice! I’ll give webc a look before I check out the alternative platforms.
I don’t know or really want to learn anything other than html/css or markdown. The site I’m trying to migrate was raw html/css, and I liked it well enough even though the shortcomings (and argument for template stuff) is very obvious.
shnizmuffin@lemmy.inbutts.lol 22 hours ago
Using the template syntax you can start by copy/pasting the site to be migrated, and then inject sections that render using markdown syntax.