Overriding Theme Defaults
In Jekyll there is a way to override your files, when using remote theme or the Gemified theme. You do not have the same option in 11ty.
Here you have to edit the files directly.
Each of these files can be modified, but you’ll need to copy the default version into your project first. For example, if you wanted to modify the default single layout, you’d start by copying it to _layouts/single.html.
So basically when editing the files, you are overriding the theme defaults.